Prepara template

This commit is contained in:
2025-08-31 11:43:05 -06:00
parent 46baa99c0c
commit 9858228ef2
6 changed files with 1465 additions and 610 deletions

7
config/koneko.php Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'templates' => [
'laravel-vuexy-website-layout-porto' => 'vendor/koneko/laravel-vuexy-website-layout-porto/config/package.php',
],
];