5936 lines
128 KiB
PHP
5936 lines
128 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 (
|
|
'/admin/login' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.auth.login',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::xqzJmyD9osMFN3cX',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/logout' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.auth.logout',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::N2Gvs2hFDPruOA0o',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/register' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.auth.register',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::ScumPNg8mHyJhxsD',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/password/reset' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.auth.password.reset',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::0u3iPddLnOi35sKO',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/password/email' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.auth.password.email',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/dashboard' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.dashboard',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/edit-account-info' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.account.info',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.account.info.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/change-password' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.account.password',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/category' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.index',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/category/search' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.search',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/category/create' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.create',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/trading' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.index',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/trading/search' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.search',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/trading/create' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.create',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/news' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.index',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/news/search' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.search',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/news/create' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.create',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/document' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.index',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/document/search' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.search',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/admin/document/create' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.create',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
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::qjrbRqnyGYCieES9',
|
|
),
|
|
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,
|
|
),
|
|
),
|
|
'/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::WSZ9DGOeHu49Hi6q',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 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::Hy8c1o9egoW2jH0w',
|
|
),
|
|
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,
|
|
),
|
|
),
|
|
'/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,
|
|
),
|
|
),
|
|
'/user/other-browser-sessions' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'other-browser-sessions.destroy',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/user/profile-photo' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'current-user-photo.destroy',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/user' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'current-user.destroy',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/sanctum/csrf-cookie' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::pgAn6pQtvvKWMx5H',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/imports' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'api.imports',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/exports' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'api.exports',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/groups' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::Dm3tlo256KXVufKW',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/categories' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::DGikTTBpoVnuvhJy',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/other-filters' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::ih8Re9qksvWdVg8j',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/tradings' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::HlySmDhiqyNjqBgQ',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/news' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::kyLdiJEqtC0psijk',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/api/documents' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::P4wNrPu8SotNP9Gr',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/imports' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'imports',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/tradings' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'tradings',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'exports',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/requests' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'requests.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'requests',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/imports/import' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'imports.import',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/exports/import' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'exports.import',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/tradings/import' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'tradings.import',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/import-status' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'import-status',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/lines' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'lines',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'lines.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/settings' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'settings',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'settings.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/categories' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'categories',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'categories.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/groups' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'groups',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'groups.store',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/upgrade' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'generated::YY2YcKQE5i82oToF',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
'/logout-confirm' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'logout_confirm',
|
|
),
|
|
1 => NULL,
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => '{^(?|/admin/(?|password/reset/([^/]++)(*:40)|category/(?|([^/]++)(?|/(?|details(*:81)|edit(*:92)|show(*:103))|(*:112))|reorder(?|(*:131)))|trading/([^/]++)(?|/(?|details(*:171)|edit(*:183)|show(*:195))|(*:204))|news/([^/]++)(?|/(?|details(*:240)|edit(*:252)|show(*:264))|(*:273))|document/(?|([^/]++)(?|/(?|details(*:316)|edit(*:328)|show(*:340))|(*:349))|reorder(?|(*:368))))|/download/([^/]++)(*:397)|/l(?|ang/([^/]++)(*:422)|ines/([^/]++)(*:443))|/requests/([^/]++)(*:470)|/categories/([^/]++)(*:498)|/groups/([^/]++)(?|(*:525)))/?$}sDu',
|
|
),
|
|
3 =>
|
|
array (
|
|
40 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'backpack.auth.password.reset.token',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'token',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
81 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.showDetailsRow',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
92 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.edit',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
103 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.show',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
112 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.update',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'PUT' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
131 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.reorder',
|
|
),
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'category.save.reorder',
|
|
),
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
171 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.showDetailsRow',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
183 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.edit',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
195 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.show',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
204 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.update',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'PUT' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'trading.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
240 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.showDetailsRow',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
252 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.edit',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
264 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.show',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
273 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.update',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'PUT' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'news.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
316 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.showDetailsRow',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
328 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.edit',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
340 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.show',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
349 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.update',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'PUT' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
368 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.reorder',
|
|
),
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'document.save.reorder',
|
|
),
|
|
1 =>
|
|
array (
|
|
),
|
|
2 =>
|
|
array (
|
|
'POST' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => false,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
397 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'download',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'group',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
422 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'lang',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'lang',
|
|
),
|
|
2 =>
|
|
array (
|
|
'GET' => 0,
|
|
'HEAD' => 1,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
443 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'lines.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'export',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
470 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'requests.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'request',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
498 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'categories.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'category',
|
|
),
|
|
2 =>
|
|
array (
|
|
'DELETE' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
),
|
|
525 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'groups.update',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'group',
|
|
),
|
|
2 =>
|
|
array (
|
|
'PUT' => 0,
|
|
),
|
|
3 => NULL,
|
|
4 => false,
|
|
5 => true,
|
|
6 => NULL,
|
|
),
|
|
1 =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'_route' => 'groups.destroy',
|
|
),
|
|
1 =>
|
|
array (
|
|
0 => 'group',
|
|
),
|
|
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 (
|
|
'backpack.auth.login' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/login',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@showLoginForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@showLoginForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.auth.login',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::xqzJmyD9osMFN3cX' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/login',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@login',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@login',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::xqzJmyD9osMFN3cX',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.auth.logout' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/logout',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@logout',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@logout',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.auth.logout',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::N2Gvs2hFDPruOA0o' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/logout',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@logout',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\LoginController@logout',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::N2Gvs2hFDPruOA0o',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.auth.register' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/register',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\RegisterController@showRegistrationForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\RegisterController@showRegistrationForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.auth.register',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::ScumPNg8mHyJhxsD' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/register',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\RegisterController@register',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\RegisterController@register',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::ScumPNg8mHyJhxsD',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.auth.password.reset' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/password/reset',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ForgotPasswordController@showLinkRequestForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ForgotPasswordController@showLinkRequestForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.auth.password.reset',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::0u3iPddLnOi35sKO' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/password/reset',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ResetPasswordController@reset',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ResetPasswordController@reset',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::0u3iPddLnOi35sKO',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.auth.password.reset.token' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/password/reset/{token}',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ResetPasswordController@showResetForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ResetPasswordController@showResetForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.auth.password.reset.token',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.auth.password.email' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/password/email',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'backpack.throttle.password.recovery:3,10',
|
|
),
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ForgotPasswordController@sendResetLinkEmail',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\Auth\\ForgotPasswordController@sendResetLinkEmail',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.auth.password.email',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.dashboard' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/dashboard',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\AdminController@dashboard',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\AdminController@dashboard',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.dashboard',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\AdminController@redirect',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\AdminController@redirect',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.account.info' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/edit-account-info',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\MyAccountController@getAccountInfoForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\MyAccountController@getAccountInfoForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.account.info',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.account.info.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/edit-account-info',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\MyAccountController@postAccountInfoForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\MyAccountController@postAccountInfoForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.account.info.store',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'backpack.account.password' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/change-password',
|
|
'action' =>
|
|
array (
|
|
'middleware' => 'web',
|
|
'uses' => 'Backpack\\CRUD\\app\\Http\\Controllers\\MyAccountController@postChangePasswordForm',
|
|
'controller' => 'Backpack\\CRUD\\app\\Http\\Controllers\\MyAccountController@postChangePasswordForm',
|
|
'namespace' => 'Backpack\\CRUD\\app\\Http\\Controllers',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'backpack.account.password',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.index' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/category',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.index',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@index',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@index',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.search' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/category/search',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.search',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@search',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@search',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.showDetailsRow' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/category/{id}/details',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.showDetailsRow',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@showDetailsRow',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@showDetailsRow',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.create' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/category/create',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.create',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@create',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@create',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/category',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.store',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@store',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@store',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.edit' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/category/{id}/edit',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.edit',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@edit',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@edit',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.update' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'PUT',
|
|
),
|
|
'uri' => 'admin/category/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.update',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@update',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@update',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'admin/category/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.destroy',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@destroy',
|
|
'operation' => 'delete',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@destroy',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.show' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/category/{id}/show',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.show',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@show',
|
|
'operation' => 'show',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@show',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.reorder' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/category/reorder',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.reorder',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@reorder',
|
|
'operation' => 'reorder',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@reorder',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'category.save.reorder' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/category/reorder',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'category.save.reorder',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@saveReorder',
|
|
'operation' => 'reorder',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\CategoryCrudController@saveReorder',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.index' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/trading',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.index',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@index',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@index',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.search' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/trading/search',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.search',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@search',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@search',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.showDetailsRow' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/trading/{id}/details',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.showDetailsRow',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@showDetailsRow',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@showDetailsRow',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.create' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/trading/create',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.create',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@create',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@create',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/trading',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.store',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@store',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@store',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.edit' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/trading/{id}/edit',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.edit',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@edit',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@edit',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.update' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'PUT',
|
|
),
|
|
'uri' => 'admin/trading/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.update',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@update',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@update',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'admin/trading/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.destroy',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@destroy',
|
|
'operation' => 'delete',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@destroy',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'trading.show' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/trading/{id}/show',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'trading.show',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@show',
|
|
'operation' => 'show',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\TradingCrudController@show',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.index' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/news',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.index',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@index',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@index',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.search' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/news/search',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.search',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@search',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@search',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.showDetailsRow' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/news/{id}/details',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.showDetailsRow',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@showDetailsRow',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@showDetailsRow',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.create' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/news/create',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.create',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@create',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@create',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/news',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.store',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@store',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@store',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.edit' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/news/{id}/edit',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.edit',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@edit',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@edit',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.update' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'PUT',
|
|
),
|
|
'uri' => 'admin/news/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.update',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@update',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@update',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'admin/news/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.destroy',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@destroy',
|
|
'operation' => 'delete',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@destroy',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'news.show' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/news/{id}/show',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'news.show',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@show',
|
|
'operation' => 'show',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\NewsCrudController@show',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.index' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/document',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.index',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@index',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@index',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.search' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/document/search',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.search',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@search',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@search',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.showDetailsRow' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/document/{id}/details',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.showDetailsRow',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@showDetailsRow',
|
|
'operation' => 'list',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@showDetailsRow',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.create' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/document/create',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.create',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@create',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@create',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/document',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.store',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@store',
|
|
'operation' => 'create',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@store',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.edit' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/document/{id}/edit',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.edit',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@edit',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@edit',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.update' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'PUT',
|
|
),
|
|
'uri' => 'admin/document/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.update',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@update',
|
|
'operation' => 'update',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@update',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'admin/document/{id}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.destroy',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@destroy',
|
|
'operation' => 'delete',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@destroy',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.show' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/document/{id}/show',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.show',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@show',
|
|
'operation' => 'show',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@show',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.reorder' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'admin/document/reorder',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.reorder',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@reorder',
|
|
'operation' => 'reorder',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@reorder',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'where' =>
|
|
array (
|
|
),
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'document.save.reorder' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'admin/document/reorder',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'admin',
|
|
),
|
|
'as' => 'document.save.reorder',
|
|
'uses' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@saveReorder',
|
|
'operation' => 'reorder',
|
|
'controller' => 'App\\Http\\Controllers\\Admin\\DocumentCrudController@saveReorder',
|
|
'namespace' => 'App\\Http\\Controllers\\Admin',
|
|
'prefix' => 'admin',
|
|
'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::qjrbRqnyGYCieES9' =>
|
|
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::qjrbRqnyGYCieES9',
|
|
),
|
|
'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,
|
|
),
|
|
'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::WSZ9DGOeHu49Hi6q' =>
|
|
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::WSZ9DGOeHu49Hi6q',
|
|
),
|
|
'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::Hy8c1o9egoW2jH0w' =>
|
|
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::Hy8c1o9egoW2jH0w',
|
|
),
|
|
'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,
|
|
),
|
|
'profile.show' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'user/profile',
|
|
'action' =>
|
|
array (
|
|
'domain' => NULL,
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth',
|
|
),
|
|
'uses' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\UserProfileController@show',
|
|
'controller' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\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,
|
|
),
|
|
'other-browser-sessions.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'user/other-browser-sessions',
|
|
'action' =>
|
|
array (
|
|
'domain' => NULL,
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth',
|
|
),
|
|
'uses' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\OtherBrowserSessionsController@destroy',
|
|
'controller' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\OtherBrowserSessionsController@destroy',
|
|
'namespace' => 'Laravel\\Jetstream\\Http\\Controllers',
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'other-browser-sessions.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'current-user-photo.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'user/profile-photo',
|
|
'action' =>
|
|
array (
|
|
'domain' => NULL,
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth',
|
|
),
|
|
'uses' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\ProfilePhotoController@destroy',
|
|
'controller' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\ProfilePhotoController@destroy',
|
|
'namespace' => 'Laravel\\Jetstream\\Http\\Controllers',
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'current-user-photo.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'current-user.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'user',
|
|
'action' =>
|
|
array (
|
|
'domain' => NULL,
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth',
|
|
),
|
|
'uses' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\CurrentUserController@destroy',
|
|
'controller' => 'Laravel\\Jetstream\\Http\\Controllers\\Inertia\\CurrentUserController@destroy',
|
|
'namespace' => 'Laravel\\Jetstream\\Http\\Controllers',
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'current-user.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::pgAn6pQtvvKWMx5H' =>
|
|
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::pgAn6pQtvvKWMx5H',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'api.imports' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/imports',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\ImportController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\ImportController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'api.imports',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'api.exports' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/exports',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\ExportController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\ExportController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'api.exports',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::Dm3tlo256KXVufKW' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/groups',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\FiltersController@groups',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\FiltersController@groups',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::Dm3tlo256KXVufKW',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::DGikTTBpoVnuvhJy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/categories',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\CategoryController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\CategoryController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::DGikTTBpoVnuvhJy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::ih8Re9qksvWdVg8j' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/other-filters',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\FiltersController@otherFilters',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\FiltersController@otherFilters',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::ih8Re9qksvWdVg8j',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::HlySmDhiqyNjqBgQ' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/tradings',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\TradingsController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\TradingsController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::HlySmDhiqyNjqBgQ',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::kyLdiJEqtC0psijk' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/news',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\NewsController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\NewsController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::kyLdiJEqtC0psijk',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::P4wNrPu8SotNP9Gr' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'api/documents',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'api',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Api\\DocumentController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Api\\DocumentController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => 'api',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::P4wNrPu8SotNP9Gr',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'imports' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'imports',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'check_october_session',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\ImportController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\ImportController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'imports',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'tradings' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'tradings',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'check_october_session',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\TradingController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\TradingController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'tradings',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'exports' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => '/',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'check_october_session',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\ExportController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\ExportController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'exports',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'download' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'download/{group}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'check_october_session',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\GroupController@download',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\GroupController@download',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'download',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'requests.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'requests',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'check_october_session',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\RequestController@store',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\RequestController@store',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'requests.store',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'lang' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'lang/{lang}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'check_october_session',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\HomeController@lang',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\HomeController@lang',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'lang',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'imports.import' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'imports/import',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\ImportController@import',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\ImportController@import',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'imports.import',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'exports.import' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'exports/import',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\ExportController@import',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\ExportController@import',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'exports.import',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'tradings.import' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'tradings/import',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\TradingController@import',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\TradingController@import',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'tradings.import',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'import-status' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'import-status',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\ExportController@status',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\ExportController@status',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'import-status',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'lines' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'lines',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\LineController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\LineController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'lines',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'lines.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'lines',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\LineController@store',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\LineController@store',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'lines.store',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'lines.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'lines/{export}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\LineController@destroy',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\LineController@destroy',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'lines.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'requests' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'requests',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\RequestController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\RequestController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'requests',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'requests.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'requests/{request}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\RequestController@destroy',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\RequestController@destroy',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'requests.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'settings' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'settings',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\SettingController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\SettingController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'settings',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'settings.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'settings',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\SettingController@store',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\SettingController@store',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'settings.store',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'categories' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'categories',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\CategoryController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\CategoryController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'categories',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'categories.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'categories',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\CategoryController@store',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\CategoryController@store',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'categories.store',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'categories.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'categories/{category}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\CategoryController@destroy',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\CategoryController@destroy',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'categories.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'groups' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'groups',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\GroupController@index',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\GroupController@index',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'groups',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'groups.store' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'POST',
|
|
),
|
|
'uri' => 'groups',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\GroupController@store',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\GroupController@store',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'groups.store',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'groups.update' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'PUT',
|
|
),
|
|
'uri' => 'groups/{group}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\GroupController@update',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\GroupController@update',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'groups.update',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'groups.destroy' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'DELETE',
|
|
),
|
|
'uri' => 'groups/{group}',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\GroupController@destroy',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\GroupController@destroy',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'groups.destroy',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'generated::YY2YcKQE5i82oToF' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'upgrade',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\HomeController@upgrade',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\HomeController@upgrade',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'generated::YY2YcKQE5i82oToF',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
'logout_confirm' =>
|
|
array (
|
|
'methods' =>
|
|
array (
|
|
0 => 'GET',
|
|
1 => 'HEAD',
|
|
),
|
|
'uri' => 'logout-confirm',
|
|
'action' =>
|
|
array (
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'auth:sanctum',
|
|
),
|
|
'uses' => 'App\\Http\\Controllers\\Web\\HomeController@logoutConfirm',
|
|
'controller' => 'App\\Http\\Controllers\\Web\\HomeController@logoutConfirm',
|
|
'namespace' => NULL,
|
|
'prefix' => '',
|
|
'where' =>
|
|
array (
|
|
),
|
|
'as' => 'logout_confirm',
|
|
),
|
|
'fallback' => false,
|
|
'defaults' =>
|
|
array (
|
|
),
|
|
'wheres' =>
|
|
array (
|
|
),
|
|
'bindingFields' =>
|
|
array (
|
|
),
|
|
'lockSeconds' => NULL,
|
|
'waitSeconds' => NULL,
|
|
'withTrashed' => false,
|
|
),
|
|
),
|
|
)
|
|
);
|