Download the PHP package karlomikus/multilog without Composer
On this page you can find all versions of the php package karlomikus/multilog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download karlomikus/multilog
More information about karlomikus/multilog
Files in karlomikus/multilog
Download karlomikus/multilog
More information about karlomikus/multilog
Files in karlomikus/multilog
Vendor karlomikus
Package multilog
Short Description Multiple log files for your laravel application.
License MIT
Homepage https://github.com/karlomikus/multilog
Package multilog
Short Description Multiple log files for your laravel application.
License MIT
Homepage https://github.com/karlomikus/multilog
Please rate this library. Is it a good library?
Informations about the package multilog
Laravel Multilog
Easily add multiple monolog channels to your Laravel 5.2.* application.
Install
Via Composer
Or add the package to your composer file:
Next register service provider and facade in your config/app.php
file:
And finally publish the config file:
Configuration
All your channels are defined in config/multilog.php
file.
By default you have two channels (request and info):
Usage
Using dependency injection:
Using facade:
Change log
[1.0.0] - 2016-03-06
- Initial release
License
The MIT License (MIT). Please see License File for more information.
All versions of multilog with dependencies
PHP Build Version
Package Version
The package karlomikus/multilog contains the following files
Loading the files please wait ....