Roles have permissions on various routes. A user in a role has by default all permissions of his role, but they can be overwritten for that specific user.
- composer install
- create .env file
- php artisan migrate
- php artisan db:seed
- log in with admin@admin.com/password
- create roles and users
- add your own routes following the naming format ("example.example")
- Enjoy!