Closed EmilioBravo closed 2 years ago
You already can restrict the access to the page, please check the docs.
https://github.com/saade/filament-laravel-log#authorization
ViewLog::can(function (User $user) { // $user is auth()->user(); return $user->can('view_view_log'); });
You already can restrict the access to the page, please check the docs.
https://github.com/saade/filament-laravel-log#authorization