Config Template for Koneko

This commit is contained in:
2025-09-01 21:09:59 -06:00
parent 1a61ff2524
commit 7498da4bb2
5 changed files with 78 additions and 46 deletions

7
config/koneko.php Normal file
View File

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