Download the PHP package sureyee/laravel-action-log without Composer
On this page you can find all versions of the php package sureyee/laravel-action-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-action-log
LARAVEL-ACTION-LOG
项目介绍
基于ORM模型的操作记录工具包
安装说明
-
安装接口包
composer require sureyee/laravel-action-log
- 运行
php artisan vendor:publish
发布配置项文件
使用说明
-
在
actionlog.php
中配置需要监听的模型 - 在注册的模型中添加
trait
排除字段
如果有些冗余字段不需要进行监听则可以加入到$excepts
数组中,在更新操作时,会忽略该字段的值,如果只有忽略值更新,则不会进行记录。
All versions of laravel-action-log with dependencies
PHP Build Version
Package Version
The package sureyee/laravel-action-log contains the following files
Loading the files please wait ....