Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.92 KB

readme.md

File metadata and controls

64 lines (43 loc) · 1.92 KB

logger

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,
    ...
],

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 [email protected] instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.