Download the PHP package tangjun/operation-log without Composer
On this page you can find all versions of the php package tangjun/operation-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tangjun/operation-log
More information about tangjun/operation-log
Files in tangjun/operation-log
Download tangjun/operation-log
More information about tangjun/operation-log
Files in tangjun/operation-log
Vendor tangjun
Package operation-log
Short Description A laravel package of sys audit log
License MIT
Package operation-log
Short Description A laravel package of sys audit log
License MIT
Keywords laraveloperation-log
Please rate this library. Is it a good library?
Informations about the package operation-log
operation-log
Laravel 5 操作日志自动记录
安装
可以通过 Composer 安装
tangjun/operation-log
, 在composer.json
require部分引入,然后执行 或(注意 :composer update会更新你其他没有固定本部的组件).
或者
项目根目录执行:
使用
要使用sys-audit-log服务提供程序,在引导Laravel应用程序时必须注册该提供程序。有 基本上有两种方法。
Find the providers
key in config/app.php
and register the ActionLog Service Provider.
Laravel 5.1+
Find the aliases
key in config/app.php
.
Laravel 5.1+
配置
移动配置文件到根目录config下面.
config/sysauditlog.php
创建记录表
run:
Demo
自动记录操作日志,数据库操作需按如下:
主动记录操作日志
All versions of operation-log with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package tangjun/operation-log contains the following files
Loading the files please wait ....