electronics-extreme/laravel-monolog

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

Maintainers

Package info

github.com/ElectronicsExtreme/laravel-monolog

pkg:composer/electronics-extreme/laravel-monolog

Statistics

Installs: 1 565

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.1 2017-11-07 07:10 UTC

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"