added enabled/disable to styles

This commit is contained in:
2025-07-30 15:06:05 +02:00
parent 108ca37468
commit 07c6786bda
76 changed files with 438 additions and 8658 deletions

View File

@@ -117,6 +117,13 @@ return [
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
'plugins' => [
'driver' => 'daily',
'path' => storage_path('logs/plugins.log'),
'level' => env('PLUGIN_LOG_LEVEL', 'info'),
'days' => 7,
],
],
];