Initial Laravel Portal

This commit is contained in:
2026-05-25 10:58:45 +02:00
commit 1aef762c12
56 changed files with 10769 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});