Skip to content

Famaxis/laravel-microblog

Repository files navigation

Simple blog with comments on Laravel 7

I've used this tutorial and made some improvements:

  • better project structure, frontend and backend
  • deleting posts with related comments
  • comments list with delete option
  • date and time now are using as slug
  • simple comment validation with request-class
  • factory for posts table
  • page 404

How to use

As usual, configure your database settings in .env, then <php artisan migrate --seed>. Admin page available at (/admin), default user: 'admin@example.com', password - '1234'.

About

Simple blog with nested comments on Laravel 7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages