first commit

This commit is contained in:
Uther
2024-08-20 21:08:23 +02:00
commit a46fcb28b0
80 changed files with 13840 additions and 0 deletions

5
routes/web.php Executable file
View File

@@ -0,0 +1,5 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', [App\Http\Controllers\ThemeParkController::class, 'index']);