jpalala / redis-json-logger
A description for redis-json-logger.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=8.0
- illuminate/support: ^7.0|^8.0
- predis/predis: ^2.2
Requires (Dev)
- orchestra/testbench: ^6.0
This package is not auto-updated.
Last update: 2024-07-12 01:21:57 UTC
README
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.