Sindbad~EG File Manager
<?php
/*
|--------------------------------------------------------------------------
| Load The Cached Routes
|--------------------------------------------------------------------------
|
| Here we will decode and unserialize the RouteCollection instance that
| holds all of the route information for an application. This allows
| us to instantaneously load the entire route map into the router.
|
*/
app('router')->setCompiledRoutes(
array (
'compiled' =>
array (
0 => false,
1 =>
array (
'/adminlte/darkmode/toggle' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'adminlte.darkmode.toggle',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/login' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'login',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'generated::M48notQ6TEVsNdUX',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/logout' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'logout',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/forgot-password' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'password.request',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'password.email',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/reset-password' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'password.update',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/register' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'register',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'generated::eYIYjnPjTyd5ys2x',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/profile-information' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'user-profile-information.update',
),
1 => NULL,
2 =>
array (
'PUT' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/password' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'user-password.update',
),
1 => NULL,
2 =>
array (
'PUT' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/confirm-password' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::ct7HVe9yqylnxcb4',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'password.confirm',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/confirmed-password-status' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'password.confirmation',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/two-factor-challenge' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'two-factor.login',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'generated::0HLMSSTM2tSH5I5i',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/two-factor-authentication' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'two-factor.enable',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'two-factor.disable',
),
1 => NULL,
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/confirmed-two-factor-authentication' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'two-factor.confirm',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/two-factor-qr-code' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'two-factor.qr-code',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/two-factor-secret-key' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'two-factor.secret-key',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/two-factor-recovery-codes' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'two-factor.recovery-codes',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'generated::GxPaGGGU9thIhl4H',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/profile' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'profile.show',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/sanctum/csrf-cookie' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::dCK7VuyxcaVWahYQ',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/livewire/upload-file' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'livewire.upload-file',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/livewire/livewire.js' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::uqzF5odjZuJpqi5v',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/livewire/livewire.js.map' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::GLumlEzong6NUixH',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/api/user' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::y7hq6asAOj7yAGnJ',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::GVGBLVAFXZxaWMkE',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/user/hash' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::Gi59o46EaxB6mLcD',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/cuestionarios/formulario1' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::WTivZtOWAC6cuMlL',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/cuestionarios/formulario2' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::8euCXK3pAL745FSr',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/cuestionarios/clima' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'clima.index',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'clima.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/cuestionarios/clima/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'clima.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/cuestionarios/servicio' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'servicio.index',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'servicio.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/cuestionarios/servicio/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'servicio.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/formulario1' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario1.index',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'formulario1.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/formulario1/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario1.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/formulario2' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario2.index',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'formulario2.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/formulario2/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario2.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/informe' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe.index',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'informe.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/informe/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/informe2' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe2.index',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'informe2.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/respuestas/informe2/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe2.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/home' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'home',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/dashboard' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'dashboard',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
),
2 =>
array (
0 => '{^(?|/reset\\-password/([^/]++)(*:32)|/livewire/message/([^/]++)(*:65)|/([^/]++)/livewire/message/([^/]++)(*:107)|/livewire/preview\\-file/([^/]++)(*:147)|/cuestionarios/(?|clima/([^/]++)(?|(*:190)|/edit(*:203)|(*:211))|servicio/([^/]++)(?|(*:240)|/edit(*:253)|(*:261)))|/respuestas/(?|formulario(?|1/([^/]++)(?|(*:312)|/edit(*:325)|(*:333))|2/([^/]++)(?|(*:355)|/edit(*:368)|(*:376)))|informe(?|/([^/]++)(?|(*:408)|/edit(*:421)|(*:429))|2/([^/]++)(?|(*:451)|/edit(*:464)|(*:472)))))/?$}sDu',
),
3 =>
array (
32 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'password.reset',
),
1 =>
array (
0 => 'token',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
65 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'livewire.message',
),
1 =>
array (
0 => 'name',
),
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
107 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'livewire.message-localized',
),
1 =>
array (
0 => 'locale',
1 => 'name',
),
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
147 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'livewire.preview-file',
),
1 =>
array (
0 => 'filename',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
190 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'clima.show',
),
1 =>
array (
0 => 'clima',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
203 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'clima.edit',
),
1 =>
array (
0 => 'clima',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
211 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'clima.update',
),
1 =>
array (
0 => 'clima',
),
2 =>
array (
'PUT' => 0,
'PATCH' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'clima.destroy',
),
1 =>
array (
0 => 'clima',
),
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
240 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'servicio.show',
),
1 =>
array (
0 => 'servicio',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
253 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'servicio.edit',
),
1 =>
array (
0 => 'servicio',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
261 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'servicio.update',
),
1 =>
array (
0 => 'servicio',
),
2 =>
array (
'PUT' => 0,
'PATCH' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'servicio.destroy',
),
1 =>
array (
0 => 'servicio',
),
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
312 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario1.show',
),
1 =>
array (
0 => 'formulario1',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
325 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario1.edit',
),
1 =>
array (
0 => 'formulario1',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
333 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario1.update',
),
1 =>
array (
0 => 'formulario1',
),
2 =>
array (
'PUT' => 0,
'PATCH' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'formulario1.destroy',
),
1 =>
array (
0 => 'formulario1',
),
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
355 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario2.show',
),
1 =>
array (
0 => 'formulario2',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
368 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario2.edit',
),
1 =>
array (
0 => 'formulario2',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
376 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'formulario2.update',
),
1 =>
array (
0 => 'formulario2',
),
2 =>
array (
'PUT' => 0,
'PATCH' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'formulario2.destroy',
),
1 =>
array (
0 => 'formulario2',
),
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
408 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe.show',
),
1 =>
array (
0 => 'informe',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
421 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe.edit',
),
1 =>
array (
0 => 'informe',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
429 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe.update',
),
1 =>
array (
0 => 'informe',
),
2 =>
array (
'PUT' => 0,
'PATCH' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'informe.destroy',
),
1 =>
array (
0 => 'informe',
),
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
451 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe2.show',
),
1 =>
array (
0 => 'informe2',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
464 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe2.edit',
),
1 =>
array (
0 => 'informe2',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
472 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'informe2.update',
),
1 =>
array (
0 => 'informe2',
),
2 =>
array (
'PUT' => 0,
'PATCH' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'informe2.destroy',
),
1 =>
array (
0 => 'informe2',
),
2 =>
array (
'DELETE' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
2 =>
array (
0 => NULL,
1 => NULL,
2 => NULL,
3 => NULL,
4 => false,
5 => false,
6 => 0,
),
),
),
4 => NULL,
),
'attributes' =>
array (
'adminlte.darkmode.toggle' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'adminlte/darkmode/toggle',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'JeroenNoten\\LaravelAdminLte\\Http\\Controllers\\DarkModeController@toggle',
'controller' => 'JeroenNoten\\LaravelAdminLte\\Http\\Controllers\\DarkModeController@toggle',
'as' => 'adminlte.darkmode.toggle',
'namespace' => NULL,
'prefix' => 'adminlte',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'login' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'login',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@create',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@create',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'login',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::M48notQ6TEVsNdUX' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'login',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
2 => 'throttle:login',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::M48notQ6TEVsNdUX',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'logout' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'logout',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@destroy',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@destroy',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'logout',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.request' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'forgot-password',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\PasswordResetLinkController@create',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\PasswordResetLinkController@create',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'password.request',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.reset' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'reset-password/{token}',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\NewPasswordController@create',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\NewPasswordController@create',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'password.reset',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.email' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'forgot-password',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\PasswordResetLinkController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\PasswordResetLinkController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'password.email',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.update' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'reset-password',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\NewPasswordController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\NewPasswordController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'password.update',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'register' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'register',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@create',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@create',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'register',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::eYIYjnPjTyd5ys2x' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'register',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::eYIYjnPjTyd5ys2x',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'user-profile-information.update' =>
array (
'methods' =>
array (
0 => 'PUT',
),
'uri' => 'user/profile-information',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ProfileInformationController@update',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ProfileInformationController@update',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'user-profile-information.update',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'user-password.update' =>
array (
'methods' =>
array (
0 => 'PUT',
),
'uri' => 'user/password',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\PasswordController@update',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\PasswordController@update',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'user-password.update',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::ct7HVe9yqylnxcb4' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/confirm-password',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@show',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@show',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::ct7HVe9yqylnxcb4',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.confirmation' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/confirmed-password-status',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedPasswordStatusController@show',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedPasswordStatusController@show',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'password.confirmation',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.confirm' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'user/confirm-password',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'password.confirm',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.login' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'two-factor-challenge',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticatedSessionController@create',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticatedSessionController@create',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.login',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::0HLMSSTM2tSH5I5i' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'two-factor-challenge',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'guest:web',
2 => 'throttle:two-factor',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticatedSessionController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticatedSessionController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::0HLMSSTM2tSH5I5i',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.enable' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'user/two-factor-authentication',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.enable',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.confirm' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'user/confirmed-two-factor-authentication',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedTwoFactorAuthenticationController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedTwoFactorAuthenticationController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.confirm',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.disable' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'user/two-factor-authentication',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@destroy',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@destroy',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.disable',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.qr-code' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/two-factor-qr-code',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorQrCodeController@show',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorQrCodeController@show',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.qr-code',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.secret-key' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/two-factor-secret-key',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorSecretKeyController@show',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorSecretKeyController@show',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.secret-key',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'two-factor.recovery-codes' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/two-factor-recovery-codes',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@index',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@index',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'two-factor.recovery-codes',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::GxPaGGGU9thIhl4H' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'user/two-factor-recovery-codes',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:web',
2 => 'password.confirm',
),
'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@store',
'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@store',
'namespace' => 'Laravel\\Fortify\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::GxPaGGGU9thIhl4H',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'profile.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/profile',
'action' =>
array (
'domain' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'auth:sanctum',
2 => 'Laravel\\Jetstream\\Http\\Middleware\\AuthenticateSession',
),
'uses' => 'Laravel\\Jetstream\\Http\\Controllers\\Livewire\\UserProfileController@show',
'controller' => 'Laravel\\Jetstream\\Http\\Controllers\\Livewire\\UserProfileController@show',
'namespace' => 'Laravel\\Jetstream\\Http\\Controllers',
'prefix' => '',
'where' =>
array (
),
'as' => 'profile.show',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::dCK7VuyxcaVWahYQ' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'sanctum/csrf-cookie',
'action' =>
array (
'uses' => 'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController@show',
'controller' => 'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController@show',
'namespace' => NULL,
'prefix' => 'sanctum',
'where' =>
array (
),
'middleware' =>
array (
0 => 'web',
),
'as' => 'generated::dCK7VuyxcaVWahYQ',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'livewire.message' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'livewire/message/{name}',
'action' =>
array (
'uses' => 'Livewire\\Controllers\\HttpConnectionHandler@__invoke',
'controller' => 'Livewire\\Controllers\\HttpConnectionHandler',
'as' => 'livewire.message',
'middleware' =>
array (
0 => 'web',
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'livewire.message-localized' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => '{locale}/livewire/message/{name}',
'action' =>
array (
'uses' => 'Livewire\\Controllers\\HttpConnectionHandler@__invoke',
'controller' => 'Livewire\\Controllers\\HttpConnectionHandler',
'as' => 'livewire.message-localized',
'middleware' =>
array (
0 => 'web',
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'livewire.upload-file' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'livewire/upload-file',
'action' =>
array (
'uses' => 'Livewire\\Controllers\\FileUploadHandler@handle',
'controller' => 'Livewire\\Controllers\\FileUploadHandler@handle',
'as' => 'livewire.upload-file',
'middleware' =>
array (
0 => 'web',
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'livewire.preview-file' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'livewire/preview-file/{filename}',
'action' =>
array (
'uses' => 'Livewire\\Controllers\\FilePreviewHandler@handle',
'controller' => 'Livewire\\Controllers\\FilePreviewHandler@handle',
'as' => 'livewire.preview-file',
'middleware' =>
array (
0 => 'web',
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::uqzF5odjZuJpqi5v' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'livewire/livewire.js',
'action' =>
array (
'uses' => 'Livewire\\Controllers\\LivewireJavaScriptAssets@source',
'controller' => 'Livewire\\Controllers\\LivewireJavaScriptAssets@source',
'as' => 'generated::uqzF5odjZuJpqi5v',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::GLumlEzong6NUixH' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'livewire/livewire.js.map',
'action' =>
array (
'uses' => 'Livewire\\Controllers\\LivewireJavaScriptAssets@maps',
'controller' => 'Livewire\\Controllers\\LivewireJavaScriptAssets@maps',
'as' => 'generated::GLumlEzong6NUixH',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::y7hq6asAOj7yAGnJ' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'api/user',
'action' =>
array (
'middleware' =>
array (
0 => 'api',
1 => 'auth:sanctum',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:295:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:77:"function (\\Illuminate\\Http\\Request $request) {
return $request->user();
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000352bd594000000007a147759";}";s:4:"hash";s:44:"kjkkof6s+CpV+hsfzE0QeWwjCPw48Qyhdt/Fm4ctk+Y=";}}',
'namespace' => NULL,
'prefix' => 'api',
'where' =>
array (
),
'as' => 'generated::y7hq6asAOj7yAGnJ',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::GVGBLVAFXZxaWMkE' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => '/',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:268:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:50:"function () {
return \\Redirect::to(\'/home\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000352bd596000000007a147759";}";s:4:"hash";s:44:"x7Ls7jmEg6e6YvI3K4GS2qZ2y2Vfbajq4NdVMmaLO+U=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::GVGBLVAFXZxaWMkE',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::Gi59o46EaxB6mLcD' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'user/hash',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:270:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:52:"function () {
return \\view(\'user.hash.index\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000352bd568000000007a147759";}";s:4:"hash";s:44:"EApBCtFhLmcI9MQK/QD5DVXDeotjs1SyAvPHhLGq1Cs=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::Gi59o46EaxB6mLcD',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::WTivZtOWAC6cuMlL' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/formulario1',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:286:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:68:"function () {
return \\view(\'cuestionarios.formulario1.index\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000352bd56a000000007a147759";}";s:4:"hash";s:44:"dvoh0MI+RFjnF8U8Boz6ihDLh86/OERUfVl/n+kQSMg=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::WTivZtOWAC6cuMlL',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::8euCXK3pAL745FSr' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/formulario2',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:286:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:68:"function () {
return \\view(\'cuestionarios.formulario2.index\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000352bd56c000000007a147759";}";s:4:"hash";s:44:"xfmw7NQDqjlpxCKHiJ+5yaz1Frz3bdf0kRrM/fFsRyA=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::8euCXK3pAL745FSr',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.index' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/clima',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.index',
'uses' => 'App\\Http\\Controllers\\ClimaController@index',
'controller' => 'App\\Http\\Controllers\\ClimaController@index',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/clima/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.create',
'uses' => 'App\\Http\\Controllers\\ClimaController@create',
'controller' => 'App\\Http\\Controllers\\ClimaController@create',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'cuestionarios/clima',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.store',
'uses' => 'App\\Http\\Controllers\\ClimaController@store',
'controller' => 'App\\Http\\Controllers\\ClimaController@store',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/clima/{clima}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.show',
'uses' => 'App\\Http\\Controllers\\ClimaController@show',
'controller' => 'App\\Http\\Controllers\\ClimaController@show',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/clima/{clima}/edit',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.edit',
'uses' => 'App\\Http\\Controllers\\ClimaController@edit',
'controller' => 'App\\Http\\Controllers\\ClimaController@edit',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.update' =>
array (
'methods' =>
array (
0 => 'PUT',
1 => 'PATCH',
),
'uri' => 'cuestionarios/clima/{clima}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.update',
'uses' => 'App\\Http\\Controllers\\ClimaController@update',
'controller' => 'App\\Http\\Controllers\\ClimaController@update',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'clima.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'cuestionarios/clima/{clima}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'clima.destroy',
'uses' => 'App\\Http\\Controllers\\ClimaController@destroy',
'controller' => 'App\\Http\\Controllers\\ClimaController@destroy',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.index' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/servicio',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.index',
'uses' => 'App\\Http\\Controllers\\ServicioController@index',
'controller' => 'App\\Http\\Controllers\\ServicioController@index',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/servicio/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.create',
'uses' => 'App\\Http\\Controllers\\ServicioController@create',
'controller' => 'App\\Http\\Controllers\\ServicioController@create',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'cuestionarios/servicio',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.store',
'uses' => 'App\\Http\\Controllers\\ServicioController@store',
'controller' => 'App\\Http\\Controllers\\ServicioController@store',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/servicio/{servicio}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.show',
'uses' => 'App\\Http\\Controllers\\ServicioController@show',
'controller' => 'App\\Http\\Controllers\\ServicioController@show',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'cuestionarios/servicio/{servicio}/edit',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.edit',
'uses' => 'App\\Http\\Controllers\\ServicioController@edit',
'controller' => 'App\\Http\\Controllers\\ServicioController@edit',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.update' =>
array (
'methods' =>
array (
0 => 'PUT',
1 => 'PATCH',
),
'uri' => 'cuestionarios/servicio/{servicio}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.update',
'uses' => 'App\\Http\\Controllers\\ServicioController@update',
'controller' => 'App\\Http\\Controllers\\ServicioController@update',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'servicio.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'cuestionarios/servicio/{servicio}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'servicio.destroy',
'uses' => 'App\\Http\\Controllers\\ServicioController@destroy',
'controller' => 'App\\Http\\Controllers\\ServicioController@destroy',
'namespace' => NULL,
'prefix' => '/cuestionarios',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.index' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario1',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.index',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@index',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@index',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario1/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.create',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@create',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@create',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'respuestas/formulario1',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.store',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@store',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@store',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario1/{formulario1}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.show',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@show',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@show',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario1/{formulario1}/edit',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.edit',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@edit',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@edit',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.update' =>
array (
'methods' =>
array (
0 => 'PUT',
1 => 'PATCH',
),
'uri' => 'respuestas/formulario1/{formulario1}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.update',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@update',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@update',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario1.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'respuestas/formulario1/{formulario1}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario1.destroy',
'uses' => 'App\\Http\\Controllers\\Respuestas1Controller@destroy',
'controller' => 'App\\Http\\Controllers\\Respuestas1Controller@destroy',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.index' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario2',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.index',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@index',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@index',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario2/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.create',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@create',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@create',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'respuestas/formulario2',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.store',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@store',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@store',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario2/{formulario2}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.show',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@show',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@show',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/formulario2/{formulario2}/edit',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.edit',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@edit',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@edit',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.update' =>
array (
'methods' =>
array (
0 => 'PUT',
1 => 'PATCH',
),
'uri' => 'respuestas/formulario2/{formulario2}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.update',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@update',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@update',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'formulario2.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'respuestas/formulario2/{formulario2}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'formulario2.destroy',
'uses' => 'App\\Http\\Controllers\\Respuestas2Controller@destroy',
'controller' => 'App\\Http\\Controllers\\Respuestas2Controller@destroy',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.index' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.index',
'uses' => 'App\\Http\\Controllers\\InformeController@index',
'controller' => 'App\\Http\\Controllers\\InformeController@index',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.create',
'uses' => 'App\\Http\\Controllers\\InformeController@create',
'controller' => 'App\\Http\\Controllers\\InformeController@create',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'respuestas/informe',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.store',
'uses' => 'App\\Http\\Controllers\\InformeController@store',
'controller' => 'App\\Http\\Controllers\\InformeController@store',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe/{informe}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.show',
'uses' => 'App\\Http\\Controllers\\InformeController@show',
'controller' => 'App\\Http\\Controllers\\InformeController@show',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe/{informe}/edit',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.edit',
'uses' => 'App\\Http\\Controllers\\InformeController@edit',
'controller' => 'App\\Http\\Controllers\\InformeController@edit',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.update' =>
array (
'methods' =>
array (
0 => 'PUT',
1 => 'PATCH',
),
'uri' => 'respuestas/informe/{informe}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.update',
'uses' => 'App\\Http\\Controllers\\InformeController@update',
'controller' => 'App\\Http\\Controllers\\InformeController@update',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'respuestas/informe/{informe}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe.destroy',
'uses' => 'App\\Http\\Controllers\\InformeController@destroy',
'controller' => 'App\\Http\\Controllers\\InformeController@destroy',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.index' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe2',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.index',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@index',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@index',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe2/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.create',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@create',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@create',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'respuestas/informe2',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.store',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@store',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@store',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe2/{informe2}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.show',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@show',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@show',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'respuestas/informe2/{informe2}/edit',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.edit',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@edit',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@edit',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.update' =>
array (
'methods' =>
array (
0 => 'PUT',
1 => 'PATCH',
),
'uri' => 'respuestas/informe2/{informe2}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.update',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@update',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@update',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'informe2.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'respuestas/informe2/{informe2}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'as' => 'informe2.destroy',
'uses' => 'App\\Http\\Controllers\\Informe2Controller@destroy',
'controller' => 'App\\Http\\Controllers\\Informe2Controller@destroy',
'namespace' => NULL,
'prefix' => '/respuestas',
'where' =>
array (
),
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'home' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'home',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\HomeController@index',
'controller' => 'App\\Http\\Controllers\\HomeController@index',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'home',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'dashboard' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'dashboard',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth:sanctum',
2 => 'Laravel\\Jetstream\\Http\\Middleware\\AuthenticateSession',
3 => 'verified',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:272:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:54:"function () {
return \\view(\'dashboard\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000352bd561000000007a147759";}";s:4:"hash";s:44:"D+mp+8uu6iGMuPkMXZsHpc8SD/hq90/CmGuzpGp0aXg=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'dashboard',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists