txsoura/activity-log
最新稳定版本:0.0.1
Composer 安装命令:
composer require txsoura/activity-log
包简介
Txsoura Activity Log - Simple lib to save eloquent model logs
README 文档
README
This project, is a simple Laravel library, to save eloquent model logs.
Installation
You can install the package via composer:
composer require txsoura/activity-log
Next, you should publish the Activity Log provider using Artisan command. The activitlog configuration file will be placed in your application's config directory:
php artisan vendor:publish --provider="Txsoura\ActivityLog\Providers\ActivityLogServiceProvider"
Finally, you should run your database migrations. Activity Log will create one database table called activity_logs:
php artisan migrate
Documentation
See the WIKI for documentation.
License
This project is under MIT license. Go to LICENSE for more details.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-21