1008 lines
21 KiB
PHP
1008 lines
21 KiB
PHP
|
<?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 (
|
||
|
'/_ignition/health-check' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'ignition.healthCheck',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/_ignition/execute-solution' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'ignition.executeSolution',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'POST' => 0,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/_ignition/update-config' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'ignition.updateConfig',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'POST' => 0,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/api/user' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'generated::iGAkntumdJTUgHNz',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/api/films' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'api.movies',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'POST' => 0,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/api/films/genre' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'api.movies.genre',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'POST' => 0,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/api/shows' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'api.shows',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'POST' => 0,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'home',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
'/search' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'search',
|
||
|
),
|
||
|
1 => NULL,
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
0 => '{^(?|/film(?|s(?|(?:/(\\d+))?(*:30)|/([^/]++)(?:/(\\d+))?(*:57))|/([0-9]+)/([^/]++)(*:83))|/tv\\-series(?|(?:/(\\d+))?(*:116)|/([^/]++)(?:/(\\d+))?(*:144))|/series/(?|([0-9]+)/([^/]++)(*:181)|([0-9]+)\\-(\\d+)/([^/]++)(*:213)))/?$}sDu',
|
||
|
),
|
||
|
3 =>
|
||
|
array (
|
||
|
30 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'movies',
|
||
|
'page' => NULL,
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'page',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
57 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'movies.genre',
|
||
|
'page' => NULL,
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'genre',
|
||
|
1 => 'page',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
83 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'movie',
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'id',
|
||
|
1 => 'slug',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
116 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'shows',
|
||
|
'page' => NULL,
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'page',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
144 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'shows.genre',
|
||
|
'page' => NULL,
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'genre',
|
||
|
1 => 'page',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
181 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'show',
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'id',
|
||
|
1 => 'slug',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
),
|
||
|
213 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'_route' => 'show.season',
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => 'id',
|
||
|
1 => 'season',
|
||
|
2 => 'slug',
|
||
|
),
|
||
|
2 =>
|
||
|
array (
|
||
|
'GET' => 0,
|
||
|
'HEAD' => 1,
|
||
|
),
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => true,
|
||
|
6 => NULL,
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
0 => NULL,
|
||
|
1 => NULL,
|
||
|
2 => NULL,
|
||
|
3 => NULL,
|
||
|
4 => false,
|
||
|
5 => false,
|
||
|
6 => 0,
|
||
|
),
|
||
|
),
|
||
|
),
|
||
|
4 => NULL,
|
||
|
),
|
||
|
'attributes' =>
|
||
|
array (
|
||
|
'ignition.healthCheck' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => '_ignition/health-check',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled',
|
||
|
),
|
||
|
'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\HealthCheckController@__invoke',
|
||
|
'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\HealthCheckController',
|
||
|
'as' => 'ignition.healthCheck',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '_ignition',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'ignition.executeSolution' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'POST',
|
||
|
),
|
||
|
'uri' => '_ignition/execute-solution',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled',
|
||
|
),
|
||
|
'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\ExecuteSolutionController@__invoke',
|
||
|
'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\ExecuteSolutionController',
|
||
|
'as' => 'ignition.executeSolution',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '_ignition',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'ignition.updateConfig' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'POST',
|
||
|
),
|
||
|
'uri' => '_ignition/update-config',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled',
|
||
|
),
|
||
|
'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\UpdateConfigController@__invoke',
|
||
|
'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\UpdateConfigController',
|
||
|
'as' => 'ignition.updateConfig',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '_ignition',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'generated::iGAkntumdJTUgHNz' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'api/user',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'api',
|
||
|
1 => 'auth:sanctum',
|
||
|
),
|
||
|
'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";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:"00000000000005ac0000000000000000";}}',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => 'api',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'generated::iGAkntumdJTUgHNz',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'api.movies' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'POST',
|
||
|
),
|
||
|
'uri' => 'api/films',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'api',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\MovieController@movies_more',
|
||
|
'controller' => 'App\\Http\\Controllers\\MovieController@movies_more',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => 'api',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'api.movies',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'api.movies.genre' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'POST',
|
||
|
),
|
||
|
'uri' => 'api/films/genre',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'api',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\MovieController@movies_genre_more',
|
||
|
'controller' => 'App\\Http\\Controllers\\MovieController@movies_genre_more',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => 'api',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'api.movies.genre',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'api.shows' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'POST',
|
||
|
),
|
||
|
'uri' => 'api/shows',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'api',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\ShowController@shows_more',
|
||
|
'controller' => 'App\\Http\\Controllers\\ShowController@shows_more',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => 'api',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'api.shows',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'home' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => '/',
|
||
|
'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 (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'movies' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'films/{page?}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\MovieController@movies',
|
||
|
'controller' => 'App\\Http\\Controllers\\MovieController@movies',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'movies',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'movies.genre' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'films/{genre}/{page?}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\MovieController@genres',
|
||
|
'controller' => 'App\\Http\\Controllers\\MovieController@genres',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'movies.genre',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'shows' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'tv-series/{page?}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\ShowController@shows',
|
||
|
'controller' => 'App\\Http\\Controllers\\ShowController@shows',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'shows',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'shows.genre' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'tv-series/{genre}/{page?}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\ShowController@genres',
|
||
|
'controller' => 'App\\Http\\Controllers\\ShowController@genres',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'shows.genre',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'movie' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'film/{id}/{slug}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\MovieController@index',
|
||
|
'controller' => 'App\\Http\\Controllers\\MovieController@index',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'movie',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'show' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'series/{id}/{slug}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\ShowController@index',
|
||
|
'controller' => 'App\\Http\\Controllers\\ShowController@index',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'show',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'show.season' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'series/{id}-{season}/{slug}',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\ShowController@season',
|
||
|
'controller' => 'App\\Http\\Controllers\\ShowController@season',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'show.season',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
'search' =>
|
||
|
array (
|
||
|
'methods' =>
|
||
|
array (
|
||
|
0 => 'GET',
|
||
|
1 => 'HEAD',
|
||
|
),
|
||
|
'uri' => 'search',
|
||
|
'action' =>
|
||
|
array (
|
||
|
'middleware' =>
|
||
|
array (
|
||
|
0 => 'web',
|
||
|
),
|
||
|
'uses' => 'App\\Http\\Controllers\\HomeController@search',
|
||
|
'controller' => 'App\\Http\\Controllers\\HomeController@search',
|
||
|
'namespace' => NULL,
|
||
|
'prefix' => '',
|
||
|
'where' =>
|
||
|
array (
|
||
|
),
|
||
|
'as' => 'search',
|
||
|
),
|
||
|
'fallback' => false,
|
||
|
'defaults' =>
|
||
|
array (
|
||
|
),
|
||
|
'wheres' =>
|
||
|
array (
|
||
|
'page' => '\\d+',
|
||
|
'season' => '\\d+',
|
||
|
'id' => '[0-9]+',
|
||
|
),
|
||
|
'bindingFields' =>
|
||
|
array (
|
||
|
),
|
||
|
'lockSeconds' => NULL,
|
||
|
'waitSeconds' => NULL,
|
||
|
'withTrashed' => false,
|
||
|
),
|
||
|
),
|
||
|
)
|
||
|
);
|