Download the PHP package tomatophp/tomato-user-activities without Composer
On this page you can find all versions of the php package tomatophp/tomato-user-activities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/tomato-user-activities
More information about tomatophp/tomato-user-activities
Files in tomatophp/tomato-user-activities
Package tomato-user-activities
Short Description Advanced logger to save user activities from requests
License MIT
Informations about the package tomato-user-activities
Tomato User Activities
Advanced logger is a laravel package used to automatically log every request made to you laravel application. Each request is also identified by hash, which can be used in standard log to identify the request.
This package has been inspired by package https://github.com/andersao/laravel-request-logger from Anderson Andrade.
Installation
Configuration
All options are described in config/tomato-user-activities.php
.
Using request hash in standard log file in Laravel 5.7
If you would like to have request identifier in you standard log, to match log events with request you could add to config/logging.php
to daily
channel. The resulted code should looks like
This log modifier can be used also in other channels, however it uses extended LineFormatter
.
Support
you can join our discord server to get support TomatoPHP
Docs
you can check docs of this package on Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of tomato-user-activities with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/http Version ^9.0|^10.0|^11.0
monolog/monolog Version ^2.9|^3.6
ext-json Version *