Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 697 Bytes

File metadata and controls

32 lines (19 loc) · 697 Bytes

Laravel Audit Logs

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:install

Read the full documentation.

Development

Run the test suite with:

composer test

Changelog

See CHANGELOG.md for a list of changes.

Contributing

Pull requests are welcome. Please run the test suite before submitting changes.

License

The MIT License (MIT). Please see License File for more information.