Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytubbs committed Jun 1, 2016
1 parent 94532cb commit dbbe1df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
##Harvester Transactions


###Composer Setup
```json
"require": {
"imamuseum/harvester-transaction": "^1.0"
},
```

### Service Provider
In `config/app.php` add to the autoloaded providers -
```php
Imamuseum\HarvesterTransaction\HarvesterTransactionServiceProvider::class,
```

###Add TransactionLogTrait to Model
```php
class Object extends HarvesterObject
{
use \Imamuseum\HarvesterTransaction\Traits\TransactionLogTrait;
}
```

0 comments on commit dbbe1df

Please # to comment.