Quentin Petel

Results 3 comments of Quentin Petel

If you're using the laravel cache, do `php artisan cache:clear` to have it work. Edit: Cache::forget() added when assign/revoke Role/Permission

Done. One thing however still not fixed. If you already have an $user loaded, you have to ::find this user again to avoid getting roles or permissions outdated. Something like...

See https://github.com/kodeine/laravel-acl/pull/169.