This is a Laravel 7.X admin panel starter project with roles-permissions management based on Spatie Laravel-permission package, Paper Dashboard Design theme and also has jquery, bootstrap 4.X, Bootstrap Data-tables.
Laravel 7.x version admin roles and permission project to use as a starter project and implement your own functions.
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan migrate --seed (it has some seeded data - see below)
- Run php artisan serve (Laravel development server started: http://127.0.0.1:8000)
- That's it: launch the main URL and login with default credentials admin@admin.com - password