Muhammad Umar Mughal Azeemi
Filament Shield Package
i create two panel admin panel and user panel.
so i create the resource in admin panel. according to filament shield when i allow permission to resource then it show in user panel But resource show in user panel without shield permission.
how i can fix this problem???
12 replies
Access Dashboard without Auth
'auth' => [
'guard' => env('FILAMENT_AUTH_GUARD', 'web'),
'pages' => [
'login' => \Filament\Http\Livewire\Auth\Login::class,
],
],
the filament access web guard from auth so i directly access dashboard without enter in guard
21 replies