Skip to content

v5.0.0 - ROLES_INHERITANCE && PHP 8 Support && German Language

Compare
Choose a tag to compare
@jeremykenedy jeremykenedy released this 02 Jan 04:12
· 97 commits to master since this release
388d1c6

Note this release might have some breaking changes because a config option was added.

You will need to republish the config file or add the following line to your roles.php config file:

'inheritance' => env('ROLES_INHERITANCE', true),

See:
https://github.com/jeremykenedy/laravel-roles/blob/master/src/config/roles.php#L65

Thank you @andreasmatu and @sdonchez for these updates.