table with hotels
This commit is contained in:
@@ -26,17 +26,16 @@ class RouteServiceProvider extends ServiceProvider
|
||||
{
|
||||
$this->configureRateLimiting();
|
||||
|
||||
// Установите путь к маршрутам
|
||||
$this->routesPath = base_path('routes');
|
||||
//$this->routesPath = base_path('routes');
|
||||
|
||||
$this->routes(function () {
|
||||
Route::middleware('web')
|
||||
->group($this->routesPath . '/web.php');
|
||||
//$this->routes(function () {
|
||||
//Route::middleware('web')
|
||||
//->group($this->routesPath . '/web.php');
|
||||
|
||||
Route::middleware(['web', 'auth'])
|
||||
->prefix('admin')
|
||||
->group($this->routesPath . '/admin.php');
|
||||
});
|
||||
//Route::middleware(['web', 'auth'])
|
||||
//->prefix('admin')
|
||||
//->group($this->routesPath . '/admin.php');
|
||||
//});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user