Page Stubs and Click-Through Flow
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
$middleware->web(append: [
|
||||
\App\Http\Middleware\HandleInertiaRequests::class,
|
||||
]);
|
||||
|
||||
$middleware->alias([
|
||||
'encrypt.history' => \Inertia\Middleware\EncryptHistory::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user