boynet

Results 35 comments of boynet

see this https://github.com/kodeine/laravel-acl/issues/90

I think it's wrong to override the laravel gate instead do this: ``` use ...., HasRole { Authorizable::can insteadof HasRole; HasRole::can as havePermission; } ``` as the can() is more...

@christianbartels can't you just create permission for each entity?

@dlnsk you can easily do editOwnPost right now ``` $gate->define('editOwnPost', function ($user, $post) { if ($user->id !== $post->user_id) return false; if (!$user->havePermission('editOwnPost') return false; return true; }); ``` see this...

@dlnsk sorry I couldn't really get what you trying to do I leave it to other, just saying that with laravel-acl + laravel gate you can do anything including revoke...

I think it's wrong making a complete theme for this.. as most of us use our own theme, and this is just one part of the whole admin panel... maybe...

should be pretty easy.. but I think that first we need to handle the basic must to have stuff like spliting and virus. anyone have rules list for team playing?...

Hi does anyone tested it in android 2, android 3?

@nazar-pc I am still unfamiliar with the whole code so maybe I will need a hint I think that the fastest easiest solution would be to catch the results of`...