A Laravel 5.1 blog
- alias, published, multi category for posts
- posts pagination
- alias, published and order for categories
- Bundled migration for building the database schema
- powerful admin interface
- newsletters after creating posts
create .env config file from .env.example and change default values.
run:
composer update
php artisan migrate
php artisan db:seed
Some Screenshot