Page MenuHomePhorge

web.php
No OneTemporary

<?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!
|
*/
// We can handle every URL with the default action because
// we have client-side router (including 404 error handler).
// This way we don't have to define any "deep link" routes here.
Route::fallback(function () {
return view('root');
});

File Metadata

Mime Type
text/x-php
Expires
Mon, Aug 25, 10:00 PM (6 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
257818
Default Alt Text
web.php (635 B)

Event Timeline