Skip to content

Commit

Permalink
fixed SPA FilamentPHP bug with opening file from notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Flatroy committed Jul 9, 2024
1 parent 13383d3 commit f408365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function panel(Panel $panel): Panel
->spaUrlExceptions(fn (): array => [
url('/storage/*'),
url('/user/*'),
url('/filament/exports/*'),
])
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
Expand Down

0 comments on commit f408365

Please sign in to comment.