jervenclark / audits
Event auditing for Laravel models
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jervenclark/audits
Requires
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-10-06 20:14:43 UTC
README
Auditing for laravel models. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require jervenclark/audits
Usage
Add service provider on config/app.php
Jervenclark\Audits\AuditsServiceProvider::class
(Optional) Add class morphMap on app/Providers/AppServiceProvider
... use Illuminate\Database\Eloquent\Relations\Relation; ... Relation::morphMap([ 'App\Models\User' ]); ...
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email jervenclark@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.