17 lines
579 B
PHP
Executable file
17 lines
579 B
PHP
Executable file
<?php
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Web Routes
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Here is where you can register web routes for your application. These
|
|
| routes are loaded by the RouteServiceProvider within a group which
|
|
| contains the "web" middleware group. Now create something great!
|
|
|
|
|
*/
|
|
|
|
// Utility routes are loaded directly from the RouteServiceProvider
|
|
// They are defined in routes/utility.php
|
|
|
|
// This file now serves mainly as a routing manifest for better organization
|