Testing Alpha

This commit is contained in:
2025-05-11 14:14:50 -06:00
parent 988b86a33d
commit a7002701f5
1903 changed files with 77534 additions and 36485 deletions

12
config/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,
],
],
];