electronics-extreme / laravel-monolog
There is no license information available for the latest version (1.1.1) of this package.
Package info
github.com/ElectronicsExtreme/laravel-monolog
pkg:composer/electronics-extreme/laravel-monolog
1.1.1
2017-11-07 07:10 UTC
Requires
- php: >=5.5.9
- monolog/monolog: ~1.11
This package is not auto-updated.
Last update: 2026-03-12 11:05:54 UTC
README
Install the latest version with
$ composer require electronics-extreme/laravel-monolog
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider. If you don't use auto-discovery or using Laravel 5.4 and below, add the ServiceProvider to the providers array in config/app.php
ElectronicsExtreme\LaravelMonolog\MonologServiceProvider::class
Copy package config to local config folder via command
php artisan vendor:publish --provider="ElectronicsExtreme\LaravelMonolog\MonologServiceProvider"