Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7058504
web.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
817 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
::
group
(
[
'prefix'
=>
\config
(
'app.path'
)
],
function
()
{
Route
::
fallback
(
function
()
{
return
view
(
'root'
)->
with
(
'env'
,
\App\Utils
::
uiEnv
());
}
);
}
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 12, 5:02 AM (47 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914853
Default Alt Text
web.php (817 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment