vault
vault copied to clipboard
Roles & Permissions for the Laravel 5 Framework
for the recent udpate ... i've theses error : Conclusion: don't install illuminate/support v5.1.25 - Conclusion: don't install laravel/framework v5.2.12 and don't install illuminate/support v5.1.1|don't install laravel/framework v5.2.\* Some update...
Can you show me a way to implement roles such as Group Admin, Group Moderator, Page Admin, Page Content Admin etc. so that I can use like this @role('group_admin') in...
I have this example ``` Route::group([ 'middleware' => 'vault.routeNeedsRole', 'role' => ['Administrator','Test1'], 'redirect' => 'not-autorized', 'with' => ['error', 'You do not have access to do that.'] ], function() { Route::get('example',...
Hi i installed this packages.. if User login as a staff he can only see uers List .. Staff can't do edit update or delete and can't see other pages...
Hi Anthony.. Can you add support to add custom layout?.. It is too hard??.. We can use or not use the vault views... but, what if we want to use...