- Authentication: Powered by Laravel Sanctum
- Permissions and Roles: Provided by Spatie Permissions
You can create your own permissions and roles updating the following config files: (this files can be found at /config)
permissions.php => Create all your permissions permissions_by_role.php => Each role must have it's permissions roles.php => All tour roles should be stored here
You can update your roles and permissions using the command :
php artisan update:permisisons
Then the permissions and roles will be updated according to the config files