Download the PHP package quarks/laravel-auditors without Composer
On this page you can find all versions of the php package quarks/laravel-auditors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download quarks/laravel-auditors
More information about quarks/laravel-auditors
Files in quarks/laravel-auditors
Download quarks/laravel-auditors
More information about quarks/laravel-auditors
Files in quarks/laravel-auditors
Vendor quarks
Package laravel-auditors
Short Description Record created by, updated by and deleted by on Eloquent models automatically.
License MIT
Package laravel-auditors
Short Description Record created by, updated by and deleted by on Eloquent models automatically.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-auditors
quarks/laravel-auditors
Record created by, updated by and deleted by (if SoftDeletes added) on Eloquent models automatically.
Installation
Usage
In your migration classes, add the auditor columns to your table as below:
Then add the HasAuditors
trait your model classes as follows:
From now onwards, createdBy
, updatedBy
and deletedBy
relations on this model will automatically be saved on
created
, updated
and deleted
model events respectively.
License
See LICENSE file.
All versions of laravel-auditors with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package quarks/laravel-auditors contains the following files
Loading the files please wait ....