Download the PHP package medicivn/eloquent-logger without Composer
On this page you can find all versions of the php package medicivn/eloquent-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package eloquent-logger
EloquentLogger
Automatically update the logger when updating a model.
How to use:
- First, a root node must be initialized in your model's table
- Add
use ActivityLogTrait;
to your eloquent model, example:
Function
writeLog
: write logger when changing data
Notes
- If you are using ActivityLogTrait for MySQL then create a table with the following columns
model_id
url
time
creator
creator_id
action
key
old_value
new_value
All versions of eloquent-logger with dependencies
PHP Build Version
Package Version
The package medicivn/eloquent-logger contains the following files
Loading the files please wait ....