electronics-extreme/laravel-monolog

There is no license information available for the latest version (1.1.1) of this package.

1.1.1 2017-11-07 07:10 UTC

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"