initial commit

This commit is contained in:
2026-03-10 02:40:29 +01:00
commit 6be4e1c22e
60 changed files with 10929 additions and 0 deletions

7
routes/web.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});