This admin panel is a personal project that I use frequently in almost every web application I create
- User, Role & Permission Manager
- UUID as primary key
Clone the repo and follow below steps.
- Run composer install
- Copy .env.example to .env Example for unix users : cp .env.example .env
- Set valid database credentials of env variables
DB_DATABASE DB_USERNAME DB_PASSWORD - Run php artisan key:generate to generate application key
- Run php artisan migrate
- Run php artisan db:seed to seed your database
- Run php artisan serve
That's it, Open http://localhost:8000/login and login
email: superadmin@email.com
pass: 123456
Thanks to these plugins and services
- Laravel Debugbar
- Spatie for roles and permissions
- Goldspecdigital UUID support for the IDs
- AdminLTE 3
The Laravel framework is open-sourced software licensed under the MIT license.