jpalala/redis-json-logger

This package is abandoned and no longer maintained. No replacement package was suggested.

A description for redis-json-logger.

dev-main 2024-04-18 01:55 UTC

This package is not auto-updated.

Last update: 2024-07-12 01:21:57 UTC


README

Total Downloads

Software License

Installation

You can install the package via Composer. Run this command in your terminal:

composer require jpalala/redis-json-logger

Register and add it into configure in config/app.php or you can use AppServiceProvider.php.

'providers' => [
    // Other service providers...
    Jpalala\RedisJsonLogger\RedisLoggerServiceProvider::class,
],

Usage

Basically do your Exception handling and the package will override it, as long as you've registered this package in the config/app.php file.

Contributing

Please see CONTRIBUTING for details.

Credits

Security

If you discover any security-related issues, please email joe@palala.dev instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.