xiuchanghu/activitylogs
最新稳定版本:1.0.0
Composer 安装命令:
composer require xiuchanghu/activitylogs
包简介
laravel activitylogs
README 文档
README
#初始化
composer require xiuchanghu/activitylogs 1.0.0 文件config/app.php providers数组增加 'Xiuchanghu\ActivityLogs\ActivityLogsServiceProvider', aliases下增加 'Activity' => 'Xiuchanghu\ActivityLogs\Models\Activity', php artisan migrate --path=vendor/xiuchanghu/activitylogs/src/migrations php artisan vendor:publish
#使用
Activity::log([
'contentId' => $user->id,
'contentType' => 'User',
'action' => 'Create',
'description' => '建立用户',
'details' => 'Username: '.$user->username,
]);
统计信息
- 总下载量: 548
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-22