feat(Notification & membership route)

This commit is contained in:
2025-10-26 00:16:25 +02:00
parent 868b9a837b
commit ac0a89e34d
19 changed files with 393 additions and 279 deletions

View File

@@ -18,7 +18,7 @@ return [
|
*/
'default' => env('LOG_CHANNEL', 'stack'),
'default' => env('LOG_CHANNEL', 'daily'),
/*
|--------------------------------------------------------------------------
@@ -126,7 +126,12 @@ return [
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
'query' => [
'driver' => 'daily',
'path' => storage_path('logs/db/query.log'),
'level' => 'debug',
'days' => 3,
],
],
];