entrust icon indicating copy to clipboard operation
entrust copied to clipboard

Role-based Permissions for Laravel 5

Results 105 entrust issues
Sort by recently updated
recently updated
newest added

plz given the support the latest versions I m given support laravel 8

Couldn't get Laravel 5.4 app upgraded to the latest Laravel 7 because of the dependencies of the zizaco/entrust package. Had to fork it and upgrade its dependencies. Here is the...

Please update the readme to show that the repo is no longer maintained and supply suggestions e.g. [spatie/laravel-permissions](https://github.com/spatie/laravel-permission)

Hello guys, I have applied the role middleware on some routes in my project. Role for those particular routes is admin. I want to redirect other users to the unauthorized...

I use check: @if(Auth::user()->hasRole(['administrator']))...@endif multiple time at the same template, i get 10 selects from database select `roles`.*, `role_user`.`user_id` as `pivot_user_id`, `role_user`.`role_id` as `pivot_role_id` from `roles` inner join `role_user` on...

Bug

Hi, At the moment I'm developing a GUI around this Entrust module in Laravel 5.1.24. In the documentation I read the following: > $admin->attachPermission($createPost); > // equivalent to $admin->perms()->sync(array($createPost->id)); >...

When I try to run `php artisan entrust:migration` Help!

Updated all dependencies, migrations template and whole package in general in order to work with Laravel >=6 version.