Skip to content

Commit

Permalink
Replace the default middleware list by the 'web' middleware group (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra authored Jan 8, 2025
1 parent 36f9e81 commit 0531657
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/filament-fabricator.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@
],

'middleware' => [
\Illuminate\Cookie\Middleware\EncryptCookies::class,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
\Illuminate\Session\Middleware\StartSession::class,
// \Illuminate\Session\Middleware\AuthenticateSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\Illuminate\Foundation\Http\Middleware\VerifyCsrfToken::class,
\Illuminate\Routing\Middleware\SubstituteBindings::class,
'web',
],

'page-model' => \Z3d0X\FilamentFabricator\Models\Page::class,
Expand Down

0 comments on commit 0531657

Please sign in to comment.