PHPackages                             desmondcodelab/packagedev - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. desmondcodelab/packagedev

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

desmondcodelab/packagedev
=========================

desmond package rnd dev

00PHP

Since May 25Pushed 6y agoCompare

[ Source](https://github.com/desmondcodelab/packagedev)[ Packagist](https://packagist.org/packages/desmondcodelab/packagedev)[ RSS](/packages/desmondcodelab-packagedev/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/3101e2181a62c07e99c895648db7542df8c08f892d057e051db516a3959d287d/68747470733a2f2f706f7365722e707567782e6f72672f6465736d6f6e64636f64656c61622f7061636b6167656465762f762f737461626c65)](https://packagist.org/packages/desmondcodelab/packagedev)[![Total Downloads](https://camo.githubusercontent.com/9782ea30bd582ba1d3d8c57a126e0efa7bbd34254a601973e5cbc9e2f59ed264/68747470733a2f2f706f7365722e707567782e6f72672f6465736d6f6e64636f64656c61622f7061636b6167656465762f646f776e6c6f616473)](https://packagist.org/packages/desmondcodelab/packagedev)[![License](https://camo.githubusercontent.com/0c2417d6b3c566fd5faf20a20e8a097f94f3b011b6c9f4b8513a741464c5740e/68747470733a2f2f706f7365722e707567782e6f72672f6465736d6f6e64636f64656c61622f7061636b6167656465762f6c6963656e7365)](https://packagist.org/packages/desmondcodelab/packagedev)[![StyleCI](https://camo.githubusercontent.com/629b25c498be3fde46a4852c3f0e72e2c865b5c469c758cd35ec0bf586913446/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132363937303336392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/126970369)[![Build Status](https://camo.githubusercontent.com/7940f225b7792bcfbfdef56a6009b12048dc5094754c9665a1fd3ad9044bb406/68747470733a2f2f7472617669732d63692e6f72672f6465736d6f6e64636f64656c61622f7061636b6167656465762e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/desmondcodelab/packagedev)

Laravel Log Enhancer (Laravel 5.6 to Laravel 5.8)
=================================================

[](#laravel-log-enhancer-laravel-56-to-laravel-58)

Laravel's logging system helps a lot for storing data as well as while troubleshooting some hidden bugs. The data related to the exception automatically gets logged whenever something goes wrong.

Sometimes, we need more than just *stack trace* to debug the issue easily. The things like **request URL**, **request input data**, **session data**, etc. help us hunt down the exact cause quickly. That's what this *plug-and-play* Laravel package does for you :)

**Note**: For Laravel 5.5, you may use [Slack Error Notifier](https://github.com/freshbitsweb/slack-error-notifier) package.

Requirements
------------

[](#requirements)

- PHP 7.1.3+
- Laravel 5.6+

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

[](#installation)

1. Install the package by running this command in your terminal/cmd:

```
composer require desmondcodelab/packagedev

```

2. Add this package's LogEnhancer class to the tap option of your log channel in **config/logging.php**:

```
'production_stack' => [
    'driver' => 'stack',
    'tap' => [Freshbitsweb\LaravelLogEnhancer\LogEnhancer::class],
    'channels' => ['daily', 'slack'],
],

```

Optionally, you can import config file by running this command in your terminal/cmd:

```
php artisan vendor:publish --tag=laravel-log-enhancer-config

```

It has following configuration settings:

- (bool) log\_request\_details =&gt; Set to *true* if you wish to log request data. [Reference](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/WebProcessor.php)
- (bool) log\_input\_data =&gt; Set to *true* if you wish to log user input data
- (bool) log\_request\_headers =&gt; Set to *true* if you wish to log request headers
- (bool) log\_session\_data =&gt; Set to *true* if you wish to log session data
- (bool) log\_memory\_usage =&gt; Set to *true* if you wish to log memory usage [Reference](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/MemoryUsageProcessor.php)
- (bool) log\_git\_data =&gt; Set to *true* if you wish to log git branch and commit details [Reference](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/GitProcessor.php)
- (array) ignore\_input\_fields =&gt; If input data is being sent, you can specify the inputs from the user that should not be logged. for example, password,cc number, etc.

Authors
-------

[](#authors)

- [**Gaurav Makhecha**](https://github.com/gauravmak) - *Initial work*

See also the list of [contributors](https://github.com/desmondcodelab/packagedev/graphs/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

Special Thanks to
-----------------

[](#special-thanks-to)

- [Laravel](https://laravel.com) Community

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/53154fd90911f0a2549b5772bcab29b847b954b0963a17743dfcc715b0a4ff49?d=identicon)[desmondthan](/maintainers/desmondthan)

### Embed Badge

![Health badge](/badges/desmondcodelab-packagedev/health.svg)

```
[![Health](https://phpackages.com/badges/desmondcodelab-packagedev/health.svg)](https://phpackages.com/packages/desmondcodelab-packagedev)
```

###  Alternatives

[brightnucleus/custom-content

Config-driven WordPress Custom Content Definitions (Custom Post Types, Custom Taxonomies).

1016.1k](/packages/brightnucleus-custom-content)[humanmade/hm-tabs-block

Simple tab block for the WordPress block editor

182.2k](/packages/humanmade-hm-tabs-block)

PHPackages © 2026

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