This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Softpar
/
sfp_api_laravel_diarista
Segui
7
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ccdbe0d42d
Rami (Branch)
Tag
development
main
sfp_api_laravel...
/
routes
/
web.php
web.php
104 B
Cronologia
Originale
1
2
3
4
5
6
7
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return 'It works!';
});