paresh27/model-auditor-laravel

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

Maintainers

Package info

github.com/paresh27/model-auditor-laravel

pkg:composer/paresh27/model-auditor-laravel

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-07-09 10:34 UTC

This package is auto-updated.

Last update: 2026-07-09 10:34:12 UTC


README

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