electronics-extreme / laravel-monolog
Installs: 1 559
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.9
- monolog/monolog: ~1.11
This package is not auto-updated.
Last update: 2024-11-21 04:45:48 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"