Download the PHP package neelbhanushali/laravel-audit-log without Composer
On this page you can find all versions of the php package neelbhanushali/laravel-audit-log. 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 laravel-audit-log
laravel-audit-log
Audit Log for laravel
- Use
NeelBhanushali\LaravelAuditLog\Traits\Auditable
trait in your model.
For advance use
- Lets say you need to audit
roles
but as perusers
. - Use case: You need to check what/when
roles
were assigned tousers
. -
Add following
AUDIT
constant -
entity_id
,parent_id
can have following values:key
: gets value of primary key of current recordcolumn_name
: gets value of column from current record
entity_type
,parent_type
can have following values:class_path
column_name
: gets value of column from current record (in case of morph)
All versions of laravel-audit-log with dependencies
PHP Build Version
Package Version
No informations.
The package neelbhanushali/laravel-audit-log contains the following files
Loading the files please wait ....