Download the PHP package jarl/activity-log without Composer
On this page you can find all versions of the php package jarl/activity-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jarl/activity-log
More information about jarl/activity-log
Files in jarl/activity-log
Download jarl/activity-log
More information about jarl/activity-log
Files in jarl/activity-log
Vendor jarl
Package activity-log
Short Description 基于laravel-activitylog的操作日志扩展
License MIT
Homepage https://github.com/jarl/activity-log
Package activity-log
Short Description 基于laravel-activitylog的操作日志扩展
License MIT
Homepage https://github.com/jarl/activity-log
Please rate this library. Is it a good library?
Informations about the package activity-log
Dcat Admin Activity-log操作日志扩展
dcat-admin 基于laravel/activity-log 的自动记录模型操作日志扩展
composer安装
如果您希望您的日志存储在一个特殊的数据库连接中,您可以在env文件中定义ACTIVITY_LOGGER_DB_CONNECTION
。
迁移配置文件
使用
- 打开扩展管理页面,找到
jarl.activity-log
扩展启用
。 - 修改
activitylog.php
配置文件里的default_auth_driver
属性为你定义的guard,一般后台是admin
,前台是web
,否则生成的日志causer_type
和causer_id
为null
。 - 在想要记录的模型类中使用引入
Jarl\ActivityLog\Http\Traits\LogsActivityTrait
自定义使用 (即不通过安装扩展方式使用)
例如
- 你添加了其他字段比如ip字段
- 你想修改表名
- 你想修改展示页面
- ...
可自行复制修改sql迁移文件、控制器、模型、静态文件、语言包等文件,之后在模型里定义tapActivity
方法,该方法可修改任意字段。
说明
本项目基于 spatie/laravel/activity-log 项目,如涉及侵权问题麻烦联系本人删除该项目
感谢
License
Licensed under The MIT License (MIT).
All versions of activity-log with dependencies
PHP Build Version
Package Version
The package jarl/activity-log contains the following files
Loading the files please wait ....