Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1842401
web.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
635 B
Referenced Files
None
Subscribers
None
web.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment