Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
204cbe5
fastapi_django_main_live
/
laravel-sample
/
routes
/
web.php
kenken999
laravel install
50cf058
8 days ago
raw
Copy download link
history
blame
Safe
108 Bytes
<?php
use
Illuminate
\
Support
\
Facades
\
Route
;
Route
::
get
(
'/'
, function () {
return
view
(
'welcome'
);
});