An open API service indexing awesome lists of open source software.

https://github.com/wasilolly/blog


https://github.com/wasilolly/blog

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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