first commit

This commit is contained in:
brusnitsyn
2025-11-30 23:04:45 +09:00
commit c9a392f84f
76 changed files with 15085 additions and 0 deletions

5
routes/web.php Normal file
View File

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