laravel running

This commit is contained in:
2026-07-02 15:52:13 +02:00
parent 2c6eda0db9
commit 5c667fd1cf
62 changed files with 12937 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
use Illuminate\Support\Facades\Route;
+6
View File
@@ -0,0 +1,6 @@
<?php
use App\Domains\Dashboard\Controllers\DashboardController;
use Illuminate\Support\Facades\Route;
Route::get('/', DashboardController::class)->name('dashboard');