amirhossein / laratrust
This package provides a flexible way to add Role-based Permissions to Laravel
v0.0.1
2018-06-27 13:10 UTC
Requires
- php: >=5.5.9
- illuminate/auth: ~5.2
- illuminate/cache: ~5.2
- illuminate/console: ~5.2
- illuminate/database: ^5.2.32
- illuminate/support: ~5.2
- kkszymanowski/traitor: ^0.2.0
Requires (Dev)
- mockery/mockery: >=0.9.9
- orchestra/testbench: ~3.2
- phpunit/phpunit: >=4.1
This package is auto-updated.
Last update: 2025-03-29 00:40:16 UTC
README
Laratrust (Laravel 5 Package)
Laratrust is an easy and flexible way to add roles, permissions and teams authorization to Laravel 5 (>=5.2.32).
For Laravel < 5.2.32 please use the 4.0 branch.
Installation, Configuration and Usage
To install, configure and learn how to use Laratrust please go to the Documentation.
What does Laratrust support?
- Multiple user models.
- Multiple roles and permissions can be attached to users.
- Multiple permissions can be attached to roles.
- Roles and permissions verification.
- Roles and permissions caching.
- Events when roles and permissions are attached, detached or synced.
- Multiple roles and permissions can be attached to users within teams.
- Objects ownership verification.
- Multiple guards for the middleware.
- Laravel gates and policies.
License
Laratrust is open-sourced software licensed under the MIT license.
Contributing
Please report any issue you find in the issues page. Pull requests are more than welcome.