/my-blog

Primary LanguagePHPMIT LicenseMIT

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