first commit

This commit is contained in:
GNfsys
2026-04-17 19:05:33 +02:00
commit 6046a6acd7
60 changed files with 11348 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});