Download the PHP package exolnet/laravel-log without Composer
On this page you can find all versions of the php package exolnet/laravel-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exolnet/laravel-log
More information about exolnet/laravel-log
Files in exolnet/laravel-log
Package laravel-log
Short Description This package extends Laravel’s log package to configure a Monolog driver
License MIT
Homepage https://github.com/eXolnet/laravel-log
Informations about the package laravel-log
Laravel Log
This package extends Laravel’s log package to configure a Monolog driver. As of Laravel 5.6, this package is not required anymore since it’s now natively supported by Laravel.
Installation
-
Require this package with composer:
-
If you don't use package auto-discovery, add the service provider to the
providers
array inconfig/app.php
: - Add your Monolog host to your
.env
:
Usage
When this package is installed and configured, all Laravel exceptions will be forwarded to your Monolog installation.
To ensure that the setup is working properly, trigger an exception and verify that the error was received.
Testing
To run the phpUnit tests, please use:
Contributing
Please see CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tom Rochette
- Alexandre D'Eschabeault
- All Contributors
License
This code is licensed under the MIT license. Please see the license file for more information.
All versions of laravel-log with dependencies
graylog2/gelf-php Version ^1.5
illuminate/contracts Version 5.5.*|5.6.*|5.7.*|5.8.*|^6.0
illuminate/log Version 5.5.*|5.6.*|5.7.*|5.8.*|^6.0
illuminate/support Version 5.5.*|5.6.*|5.7.*|5.8.*|^6.0