dreamfactory/fabric-audit

DreamFactory Enterprise(tm) Auditing Library

1.1.0 2015-10-12 22:30 UTC

This package is auto-updated.

Last update: 2024-04-06 23:17:20 UTC


README

DreamFactory Enterprise(tm) Auditing Library v1.1.0

Latest Stable Version Total Downloads Latest Unstable Version License

This library contains common components for interacting with DreamFactory Enterprise™. This library is only for use with Laravel 5.1+. Please use the 1.0.6 release for earlier Laravel versions.

Installation

Add a line to your "require" section in your composer configuration:

"require":           {
	"dreamfactory/fabric-audit": "1.1.*"
}

Run a composer update:

$ composer update