Skip to content

wasilolly/blog

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published