Download the PHP package anym0re/monolog-mysql without Composer
On this page you can find all versions of the php package anym0re/monolog-mysql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package monolog-mysql
Laravel Monolog MySQL Handler.
This package will log errors into MySQL database instead storage/log/laravel.log file.
Installation
Open up config/app.php
and find the providers
key.
Publish config using Laravel Artisan CLI.
Migrate tables - you may want to configure enviornment beforehand.
Application Integration
In your application config/logging.php
add:
Environment configuration
If you wish to change default table name to write the log into or database connection use following definitions in your .env file
Credits
Based on:
- [Pedro Fornaza] (https://github.com/pedrofornaza/monolog-mysql)
All versions of monolog-mysql with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
The package anym0re/monolog-mysql contains the following files
Loading the files please wait ....