Skip to content

Permission Cache

Martien Dermawan Tanama edited this page Dec 3, 2019 · 1 revision

We are using https://github.com/spatie/laravel-permission, if you change permission database manually, you will have problem with permission cache, you can solve it by run this command

sudo php artisan permission:cache-reset

or

sudo php artisan cache:clear
Clone this wiki locally