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 88adf56 commit 81a0594Copy full SHA for 81a0594
readme.md
@@ -1,6 +1,6 @@
1
## Laravel Monolog MySQL Handler.
2
3
-MySQL driver for Laravel Monolog.
+This package will log errors into MySQL database instead storage/log/laravel.log file.
4
5
### Installation
6
@@ -43,8 +43,10 @@ $app->configureMonologUsing(function($monolog) use($app) {
43
44
If you wish to change default table name to write the log into or database connection use following definitions in your .env file
45
46
+~~~
47
DB_LOG_TABLE=logs
48
DB_LOG_CONNECTION=mysql
49
50
51
## Credits
52
0 commit comments