entrust
entrust copied to clipboard
Role-based Permissions for Laravel 5
I'm trying to develop a small control panel for admin to distribute roles to other users, the thing is my code doesn't show me any error but at the same...
Hello, Ive been using Entrust in my application. Ive done everything according to the installation. Anyhow; Route::group(['middleware' => ['role:admin|coach']], function() { // my routes } Ive been logged in as...
Hi, Thanks for the nice package. I just stumbled upon this error: ``` BadMethodCallException {#1360 #message: "This cache store does not support tagging." #code: 0 #file: "/home/vagrant/code/backend/vendor/laravel/framework/src/Illuminate/Cache/Repository.php" #line: 419 ```...
if you replace the prompt validation with a pregmatch, you can add more than one paging detection like "--More--" and "Press any key" at the same time for multiple versions...
Just a problem that I had: - an enable prompt may have spaces (comment line 58)
my problem is that @permission and @role doesn't work in a project and work in other project i searched alot i found solution to make @if(Auth::guard('admin_user')->user()->can('cmsusers')) it works but the...
Hello! I am creating a website where multiple companies can join and they should be able to create their own roles and permissions. How can i achieve that? I wonder...
Many people facing this issue [#826](https://github.com/Zizaco/entrust/issues/826). This should be in installation doc.
cache doesn't work on roles when config.ttl option is not exists
The 'can' method in the user trait is now in the core library, in order to use both functionalities, it is renamed to 'permission'.