Looking to hire Laravel developers? Try LaraJobs

model-auditor-laravel maintained by paresh27

Description
Laravel integration for paresh27/model-auditor — audit Eloquent model changes
Author
Last update
2026/07/09 12:34 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Model Auditor for Laravel

Laravel integration for paresh27/model-auditor — automatically audit Eloquent model changes.

Installation

composer require paresh27/model-auditor-laravel
php artisan model-auditor:install

Usage

use Paresh27\ModelAuditorLaravel\Concerns\Auditable;

class Post extends Model
{
    use Auditable;
}

Every create, update, and delete on Post is now automatically recorded.

Testing

composer test

License

MIT