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
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'.