started l7

This commit is contained in:
denisdulici
2020-03-04 11:09:28 +03:00
parent 29483d8c0a
commit 03cf280063
30 changed files with 195 additions and 120 deletions

View File

@ -96,6 +96,10 @@ return [
'handler' => NullHandler::class,
],
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
],
];