sormagec / laravel-auditing-mongodb
Audit changes of your Eloquent models in Laravel/Lumen
4.2
2017-09-06 07:38 UTC
Requires
- php: >=5.5.9
- illuminate/console: 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/database: 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/filesystem: 5.2.* || 5.3.* || 5.4.* || 5.5.*
Requires (Dev)
- mockery/mockery: ~0.9.4
- orchestra/testbench: ^3.2
- phpunit/phpunit: ^4.0
Suggests
- laravelista/lumen-vendor-publish: Needed to publish the package configuration in Lumen
This package is not auto-updated.
Last update: 2024-12-21 01:53:40 UTC
README
The Laravel Auditing package allows you to record changes to an Eloquent model's set of data over time. Retrieving the audit trail for a piece of data is straightforward, allowing for a great deal of customization in how that data is provided.
License
The laravel-auditing package is open source software licensed under the MIT LICENSE