Simple laravel dashboard that you can install into your project at anytime
ahmed-bermawy/laravel-dashboard is a Laravel package for simple laravel dashboard that you can install into your project at anytime.
It currently has 8 GitHub stars and 93 downloads on Packagist.
Install it with composer require ahmed-bermawy/laravel-dashboard.
Discover more Laravel packages by ahmed-bermawy
or browse all Laravel packages to compare alternatives.
Last updated
| Package Version | Laravel Version | PHP Version |
|-----------------|-----------------|-------------|
| 7.x | 7.0 | >= 7.2.5 |
| 8.x | 8.0 | >= 7.3 |
| 8.x | 9.0 | >= 8.0 |
| 10.x | 10.0 | >= 8.1 |
composer require ahmed-bermawy/laravel-dashboard
php artisan vendor:publish --tag=dashboard --force
php artisan dashboard:setup
This command will install upcoming packages:
This command will publish dependencies packages files
php artisan vendor:publish --all --force
php artisan migrate
This command will seed data from seeders to database
put package assets files paths into webpack.mix.js
to compile and minimize them for next step
php artisan dashboard:seed
npm run dev
php artisan serve
default dashboard url: http://127.0.0.1:8000/dashboard/login
default email: admin@admin.com
default password: 12345678
For full documentation please see Laravel Dashboard Documentation.
You can try our demo and make CURD operations as much as you can
Link for the demo Laravel Dashboard Demo.
Dashboard credential:
email: [email protected]
password: 12345678
We are happy to hear from you:
please contact us on this email: [email protected]
This package won't be possible without the using upcoming packages,
We acknowledge and are grateful for these packages and the developers who work on them.
All necessary credits are given for: