laratrust icon indicating copy to clipboard operation
laratrust copied to clipboard

Handle roles and permissions in your Laravel application

Results 49 laratrust issues
Sort by recently updated
recently updated
newest added

Remove unwanted div and rename unmatched form closing tag

Updated code according to Laravel version, so code is cleaner. cc @santigarcor

At the moment the package can suppot UUID identifiers in there models but i really dont know if the builtin methods of the package can support the string id or...

- Laravel Version: 9,0 - Laratrust Version: 7.0.0 **Describe the bug** When attempting to get all users in a team and list out the users role for that team, laratrust...

i am working with the last verison i make modules for my project and add laratrus in my module with package laravel modules and get this error how can i...

Added a helpful but hidden method, I needed such a method but as it was never mentioned any where in the documentation i thought it didn't exist till i found...

- Laravel Version: 8.40 - Laratrust Version: 6.3 When i try to update permissions for a specific user (it's an `App\Models\Organization` infact), i'm getting the following error: > SQLSTATE[23000]: Integrity...

Hey, I have a situation where i have to create roles for every service_provider, every service provider will create their own roles whcih means the name field cannot be unique....

Rather than deleting cache and cookies, the changes directly made in database tables are not displayed on web after executing the codes. Kindly help..