This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require alphadeltas/logger
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,
...
],
Please see the changelog for more information on what has changed recently.
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
license. Please see the license file for more information.