File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 "opcodesio/log-viewer" : " ^3.17" ,
6060 "pxlrbt/filament-environment-indicator" : " ^2.1" ,
6161 "pxlrbt/filament-excel" : " ^2.4" ,
62+ "pxlrbt/filament-spotlight" : " ^1.3" ,
6263 "shuvroroy/filament-spatie-laravel-health" : " ^2.3" ,
6364 "spatie/laravel-package-tools" : " ^1.18" ,
6465 "spatie/laravel-translatable" : " ^6.11" ,
Original file line number Diff line number Diff line change 4242use Illuminate \Support \Facades \Schema ;
4343use Illuminate \View \Middleware \ShareErrorsFromSession ;
4444use pxlrbt \FilamentEnvironmentIndicator \EnvironmentIndicatorPlugin ;
45+ use pxlrbt \FilamentSpotlight \SpotlightPlugin ;
4546use ShuvroRoy \FilamentSpatieLaravelHealth \FilamentSpatieLaravelHealthPlugin ;
4647
4748class AdminPanelProvider extends PanelProvider
@@ -127,6 +128,7 @@ public function panel(Panel $panel): Panel
127128 FilamentSpatieLaravelHealthPlugin::make ()
128129 ->usingPage (HealthCheckResults::class)
129130 ->authorize (fn (): bool => auth ()->user ()->hasRole ('super_admin ' )),
131+ SpotlightPlugin::make (),
130132 ])
131133 ->navigationGroups ([
132134 NavigationGroup::make ('Users ' ),
You can’t perform that action at this time.
0 commit comments