imamuseum/harvester-transaction

Havester 的交易导出 API。

1.0.0 2016-06-01 19:49 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:26:18 UTC


README

##Harvester Transactions

###Composer 设置

    "require": {
        "imamuseum/harvester-transaction": "^1.0"
    },

服务提供商

config/app.php 中添加到自动加载的服务提供者 -

Imamuseum\HarvesterTransaction\HarvesterTransactionServiceProvider::class,

###将 TransactionLogTrait 添加到模型中

class Object extends HarvesterObject
{
	use \Imamuseum\HarvesterTransaction\Traits\TransactionLogTrait;
}