We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1a0c commit 260c44eCopy full SHA for 260c44e
README.md
@@ -9,7 +9,7 @@ Laravel logs to database table via custom Monolog channel + Eloquent model.
9
10
```'channels' => [
11
'database' => [
12
- 'driver' => 'custom'
+ 'driver' => 'custom',
13
'via' => \AdamCrampton\LaravelDatabaseLogger\Services\LogMonoLog::class
14
]
15
0 commit comments