This package provides a flexible way to add Role-based Permissions to Laravel
acelords/laratrust is a Laravel package for this package provides a flexible way to add role-based permissions to laravel.
It currently has 0 GitHub stars and 416 downloads on Packagist (latest version 8.3.2.1).
Install it with composer require acelords/laratrust.
Discover more Laravel packages by acelords
or browse all Laravel packages to compare alternatives.
Last updated
This fork is meant to be used on AceLords projects, and thus contain other functionalities not requred in the official package by Santigarcor.
composer require acelords/laratrust
display_roles_permissions_being_checked that appends the roles/permissions being checked and display in abort messageNB: now read on the rest of the docs.
| Laravel | Laratrust | | :------------ | :-------------------------------------------------- | | 10.x, 11.X | 8.x | | 9.x-10.x | 7.x | | 8.x | 6.x | | 7.x | 6.x | | 6.x | 6.x | | 5.6.x - 5.8.x | 5.2 | | 5.3.x - 5.5.x | 5.1 | | 5.0.x - 5.2.x | 4.0. |
To install, configure and learn how to use Laratrust please go to the Documentation.
Laratrust is open-sourced software licensed under the MIT license.
Please report any issue you find in the issues page. Pull requests are more than welcome.