File "web.php"
Full path: /var/www/html/back/.git/objects/29/web.php
File
size: 0.11 KB (115 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
use Illuminate\Support\Facades\Route;
Route::get('/', fn () => view('welcome'));