Skip to content

Commit fc70172

Browse files
committed
feat: add spotlight plugin
1 parent 78ed390 commit fc70172

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
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",

src/Providers/AdminPanelProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
use Illuminate\Support\Facades\Schema;
4343
use Illuminate\View\Middleware\ShareErrorsFromSession;
4444
use pxlrbt\FilamentEnvironmentIndicator\EnvironmentIndicatorPlugin;
45+
use pxlrbt\FilamentSpotlight\SpotlightPlugin;
4546
use ShuvroRoy\FilamentSpatieLaravelHealth\FilamentSpatieLaravelHealthPlugin;
4647

4748
class 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'),

0 commit comments

Comments
 (0)