imamuseum/harvester-transaction
Composer 安装命令:
composer require imamuseum/harvester-transaction
包简介
Transaction Export API for Havester.
README 文档
README
##Harvester Transactions
###Composer Setup
"require": { "imamuseum/harvester-transaction": "^1.0" },
Service Provider
In config/app.php add to the autoloaded providers -
Imamuseum\HarvesterTransaction\HarvesterTransactionServiceProvider::class,
###Add TransactionLogTrait to Model
class Object extends HarvesterObject { use \Imamuseum\HarvesterTransaction\Traits\TransactionLogTrait; }
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-02