All of the packages that require this tipoff/authorization package should seed (with a migration) the permissions table to include all the permissions in the Policies included in that package. These permissions should be assigned by that package to the Admin role and some of the other default Roles (#21) as applicable.
We use the approach of Permissions as implemented in the Spatie Permissions package:
https://github.com/spatie/laravel-permission
All of the packages that require this tipoff/authorization package should seed (with a migration) the permissions table to include all the permissions in the Policies included in that package. These permissions should be assigned by that package to the Admin role and some of the other default Roles (#21) as applicable.