- Merge branch 'limit-roles-in-panel' into 6.x
- Update docs
- Update docs
- Use a default model when entering the roles assignment view
- Use display name when available in the panel
- Build for production
- Little improvements on the not removable roles and defaults for previously installed versions
- Add show view for the not editable roles
- Update docs
- Add config file structure
- Add possibility to avoid having roles removed from an user
- Add the possibility to block roles for edit and delete
- Merge pull request #411 from siarheipashkevich/fix-config-typos
- Fixed config typos
- Update docs
- Merge branch '6.x'
- Fix broken links and update sitemap
- Merge branch '6.x'
- Add some screenshots to the docs
- Merge branch '6.x'
- Don't register the panel by default
- Add simple admin panel to manage roles, permissions and roles/permissions assignment to the users
- Change how the Seeder works, in order to only use the role structure we had before
- Remove the method
can
so we now support gates and policies out of the box - Add
withoutRole
andwithoutPermission
scopes - Add support to receive multiple roles and permisions in the
whereRoleIs
andwherePermissionIs
methods. - Laratrust is now using semver.