Prepare Beta Version

This commit is contained in:
2025-05-29 10:05:27 -06:00
parent a7002701f5
commit ea6b04f3f4
254 changed files with 5653 additions and 6569 deletions

12
config/koneko_logging.php Normal file
View File

@ -0,0 +1,12 @@
<?php
return [
'channels' => [
'vuexy' => [
'driver' => 'daily',
'path' => storage_path('logs/vuexy.log'),
'level' => env('VUEXY_LOG_LEVEL', 'debug'),
'days' => 14,
],
],
];