jarek-paprocki / laravel-audit
Audit changes of your Eloquent models in Laravel/Lumen
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 391
Open Issues: 0
Type:package
Requires
- php: >=7.0.13
- illuminate/console: 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*
- illuminate/database: 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*
- illuminate/filesystem: 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/database: ^3.5
- orchestra/testbench: ^3.5
- phpunit/phpunit: ^6.0
Suggests
- laravelista/lumen-vendor-publish: Needed to publish the package configuration in Lumen
README
This package will help you understand changes in your Eloquent models, by providing information about possible discrepancies and anomalies that could indicate business concerns or suspect activities.
Laravel Audit allows you to keep a history of model changes by simply using a trait. Retrieving the audited data is straightforward, making it possible to display it in various ways.
License
The Laravel Audit package is open source software licensed under the MIT LICENSE.