Skip to content

Laravel 8 complete blog with dashboard template and frontend

Notifications You must be signed in to change notification settings

samia13/Laravel-fullstack-blog

Repository files navigation

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

Dashboard image Dashboard Image

Frontend example

Dashboard image Dashboard Image