Laravel Audit Logs provides a simple, fluent API for recording application audit events. You may include actors, targets, request metadata, and custom metadata for each event.
composer require hosmelq/laravel-audit-logs
php artisan audit-log:installRead the full documentation.
Run the test suite with:
composer testSee CHANGELOG.md for a list of changes.
Pull requests are welcome. Please run the test suite before submitting changes.
The MIT License (MIT). Please see License File for more information.