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:
- AdminLte
- Spatie permission
- Fontawesome
- LaravelCollective
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: [email protected]
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:
- your thoughts about the package.
- if there is something we can improve or add.
- if you face any difficulty to use it.
- if you discover any issues.
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: