承接 txsoura/activity-log 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-21