A Simple Blog created using Laravel.
- Clone this to local
- Run
cp .env.example .env - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate - Edit file .env to set database setting and the Admin setting
ADMIN_NAME,ADMIN_EMAIL,ADMIN_PASSWORD - Run
php artisan db:seed
After all, you can visit it in the web.