File "web.php"
Full Path: /home/bettaeza/flyinsyria.com/.well-known/Page/Routes/web.php
File size: 609 bytes
MIME-type: text/x-php
Charset: utf-8
<?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!
|
*/
use Illuminate\Support\Facades\Route;
// Page
Route::group(['prefix'=>config('page.page_route_prefix')],function(){
Route::get('/{slug?}','PageController@detail')->name('page.detail');// Detail
});