Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flatroy committed Jun 18, 2024
1 parent d8743e4 commit e856c39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ public function panel(Panel $panel): Panel
->colors([
'primary' => Color::Amber,
])
->spaUrlExceptions(fn (): array => [
url('/storage/*'),
url('/user/*'),
])
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
->pages([
Expand Down

0 comments on commit e856c39

Please sign in to comment.