first commit

This commit is contained in:
2025-05-30 03:09:08 -06:00
parent 99d54737de
commit 1932509066
6221 changed files with 298434 additions and 212 deletions

6
routes/layout.php Normal file
View File

@ -0,0 +1,6 @@
<?php
use Illuminate\Support\Facades\Route;
use Koneko\VuexyWebsiteLayoutPorto\Application\Http\Controllers\WebsiteController;
Route::get('/', [WebsiteController::class, 'index'])->name('template.index');