alphadeltas/logger

8.0.0 2021-11-07 13:53 UTC

This package is auto-updated.

Last update: 2024-04-07 19:48:12 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require alphadeltas/logger

Usage

You may use LogMiddleware to log any request to your endpoints you just need to enable it in your routes.

You also may use LoggerServiceProvider to log jobs and commands. You need to enable it in your config/app.php file (hopefully this will be added by composer automatically). Add this line to providers array:

'providers' => [
    ...,
    AlphaDeltas\Logger\Providers\LoggerServiceProvider::class,
    ...
],

You can also publish config with the following command:

php artisan vendor:publish --provider="AlphaDeltas\Logger\Providers\LoggerServiceProvider" --tag=config

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

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

Credits

License

license. Please see the license file for more information.