Laravel-fullstack-blog
Laravel-fullstack-blog copied to clipboard
Laravel 8 complete blog with dashboard template and frontend
trafficstars
Laravel 8 Blog project
instructions
* run npm install
* run composer install
* copy .env.example into .env file
* create a database according to its name in .env file (in this demo its called laravel)
* run php artisan migrate --seed
template
* AdminLTE3 | Dashboard
* Calvin 101
Eloquent relationships
* One To Many
* Many To Many
Extra
* Modal Observer (Post Observer)
* Custom Middleware (AUthReasource)
Backend example

Frontend example
