чистый laravel

This commit is contained in:
Anton
2026-05-18 11:51:37 +03:00
commit 057ca3cac4
56 changed files with 10586 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});