PHPackages                             exolnet/laravel-log - 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. exolnet/laravel-log

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

exolnet/laravel-log
===================

This package extends Laravel’s log package to configure a Monolog driver

v3.3.0(6y ago)0372MITPHPPHP ^7.2

Since Dec 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/exolnet/laravel-log)[ Packagist](https://packagist.org/packages/exolnet/laravel-log)[ Docs](https://github.com/eXolnet/laravel-log)[ RSS](/packages/exolnet-laravel-log/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (8)Versions (6)Used By (0)

Laravel Log
===========

[](#laravel-log)

[![Latest Stable Version](https://camo.githubusercontent.com/3c02e240b57eb4434683abe3e6d9b265b492b854d4afa0aec5cd5ae98c1ad9f8/68747470733a2f2f706f7365722e707567782e6f72672f65586f6c6e65742f6c61726176656c2d6c6f672f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-log)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/50909c93ef16c17b15dbef68f6d55b0098bc779a14b0eceff4efd94301cdc167/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f65586f6c6e65742f6c61726176656c2d6c6f672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/eXolnet/laravel-log)[![Total Downloads](https://camo.githubusercontent.com/0fbef37d51d08b43a326b7536b1ec98bbacaac6f6d21057c44918753a1274d77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65586f6c6e65742f6c61726176656c2d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-log)

This package extends Laravel’s log package to configure a Monolog driver. As of Laravel 5.6, this package is not required anymore since it’s now natively supported by Laravel.

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

[](#installation)

1. Require this package with composer:

    ```
    composer require exolnet/laravel-log

    ```
2. If you don't use package auto-discovery, add the service provider to the `providers` array in `config/app.php`:

    ```
    Exolnet\Log\LogServiceProvider::class

    ```
3. Add your Monolog host to your `.env`:

    ```
    LOG_MONOLOG_HOST=localhost

    ```

Usage
-----

[](#usage)

When this package is installed and configured, all Laravel exceptions will be forwarded to your Monolog installation.

To ensure that the setup is working properly, trigger an exception and verify that the error was received.

Testing
-------

[](#testing)

To run the phpUnit tests, please use:

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Tom Rochette](https://github.com/tomzx)
- [Alexandre D'Eschabeault](https://github.com/xel1045)
- [All Contributors](../../contributors)

License
-------

[](#license)

This code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). Please see the [license file](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~103 days

Total

5

Last Release

2352d ago

PHP version history (2 changes)v3.0.0PHP ^7.1

v3.3.0PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4064055?v=4)[eXolnet](/maintainers/exolnet)[@eXolnet](https://github.com/eXolnet)

![](https://www.gravatar.com/avatar/c62099358d9b958053df82fe29782cf298c6361d07546fd4df409c85ef63b217?d=identicon)[xel1045](/maintainers/xel1045)

---

Top Contributors

[![xel1045](https://avatars.githubusercontent.com/u/1497697?v=4)](https://github.com/xel1045 "xel1045 (20 commits)")[![pgrenaud](https://avatars.githubusercontent.com/u/10713979?v=4)](https://github.com/pgrenaud "pgrenaud (5 commits)")

---

Tags

laravellaravel-packageloggingmonologphplaravelLaravel logexolnet

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/exolnet-laravel-log/health.svg)

```
[![Health](https://phpackages.com/badges/exolnet-laravel-log/health.svg)](https://phpackages.com/packages/exolnet-laravel-log)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
