Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (33 loc) · 1.04 KB

CMS style Blog

  • 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