1,558
1
4
Package Data
Maintainer Username: Electronics Extreme
Maintainer Contact: tetat.j@extreme.co.th (thejellopy)
Package Create Date: 2017-01-23
Package Last Update: 2017-11-07
Language: PHP
License: Unknown
Last Refreshed: 2024-11-19 03:16:28
Package Statistics
Total Downloads: 1,558
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Installation


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"