PHPackages                             laralog/laralog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. laralog/laralog

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

laralog/laralog
===============

Setup your log handlers per environment in your Laravel application.

0.0.1(10y ago)123MITPHP

Since May 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/WhatDaFox/Laralog)[ Packagist](https://packagist.org/packages/laralog/laralog)[ RSS](/packages/laralog-laralog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

Laralog
=======

[](#laralog)

[![Packagist](https://camo.githubusercontent.com/40faa453dea5371e176df2aaf23c3267f3b297368c7a0710fdafcbed85856df3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c6172616c6f672f4c6172616c6f672e7376673f6d61784167653d32353932303030267374796c653d666c61742d737175617265)](https://packagist.org/packages/laralog/laralog)[![Packagist](https://camo.githubusercontent.com/72a8847f6fc2f4cf6147fc315bcce434e1b5f96a988db2e4f056e4bbc755c180/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c6172616c6f672f4c6172616c6f672e7376673f6d61784167653d32353932303030267374796c653d666c61742d737175617265)](https://packagist.org/packages/laralog/laralog)[![Packagist](https://camo.githubusercontent.com/8a678a504ad3584096f4f445e0eee0b1fe3447bfc6a2d167f28e7a73f472585a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c6172616c6f672f4c6172616c6f672e7376673f6d61784167653d32353932303030267374796c653d666c61742d737175617265)](https://packagist.org/packages/laralog/laralog)[![Travis](https://camo.githubusercontent.com/a3aa0905928c64126599db57ff95719dfa20fbb8e9f222abf701eb9d09eca74d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f576861744461466f782f4c6172616c6f672e7376673f6d61784167653d32353932303030267374796c653d666c61742d737175617265)](https://travis-ci.org/WhatDaFox/Laralog)

Description
-----------

[](#description)

Setup your log handlers per environment in your Laravel application.

**CURRENTLY UNDER DEVELOPMENT**

Installation
------------

[](#installation)

[PHP](https://php.net) 7.0+ required.

To get the latest version of Laralog, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require laralog/laralog
```

Instead, you may of course manually update your require block and run `composer update` if you so choose:

```
{
    "require": {
        "laralog/laralog": "dev-master"
    }
}
```

### Laravel 5.4+

[](#laravel-54)

Package will be automatically discovered when running `composer update` or `php artisan package:discover`.

### Laravel &lt;= 5.4

[](#laravel--54)

Once Laralog is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

```
