JustinByrne / my-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Blog

A simple Laravel blog that allows for posting articles, and creating pages.

Requirements

  • Composer
  • PHP 8.0+

Installation

Download the latest version from the production branch and unzip it to the chosen directory, then run the following.

cd my-blog
composer install --no-dev
cp .env.example .env
php artisan key:generate
php artisan migrate --seed

This will install the blog with an admin user with the following details. Currently these details can only be changed within the database.

email: admin@example.com
password: password

About

License:MIT License


Languages

Language:PHP 56.3%Language:Blade 43.4%Language:Shell 0.3%