Download the PHP package duyngha/motrac without Composer
On this page you can find all versions of the php package duyngha/motrac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download duyngha/motrac
More information about duyngha/motrac
Files in duyngha/motrac
Download duyngha/motrac
More information about duyngha/motrac
Files in duyngha/motrac
Vendor duyngha
Package motrac
Short Description Tracking model activities using MongoDB in Laravel
License MIT
Package motrac
Short Description Tracking model activities using MongoDB in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package motrac
model-tracker
Installation
How to use
-
Add this trait to the model that you want to tracking.
- Create "trackable" model that extends
Duyngha\ModelTracker\Models\TrackerModel
model.
Then, assign it for $trackableModel
property in main model.
- If you would like to tracking the model on specific fields only. Then add the fields into
$trackingFields
array in main model.
Changelog
Please see CHANGELOG for more information on what has changed recently.
All versions of motrac with dependencies
PHP Build Version
Package Version
Requires
jenssegers/mongodb Version
^3.8
The package duyngha/motrac contains the following files
Loading the files please wait ....