- CRUD action on posts and categories
- CMS style settings
- Filter by authors and categories
- Email Newsletter
- Admin dashboard to summarize actions
git clone https://github.com/wasilolly/blog.git
composer install
cp .env.example .env
Then create the necessary database.
php artisan db
create database blog
And run the initial migrations and seeders.
php artisan migrate --seed