A Simple Laravel Package to observe,log and anlaize any changes to Eloquent Model using trait.
kchinkesh/laravel-model-observer is a Laravel package for a simple laravel package to observe,log and anlaize any changes to eloquent model using trait..
It currently has 2 GitHub stars and 32 downloads on Packagist (latest version v1.0.1).
Install it with composer require kchinkesh/laravel-model-observer.
Discover more Laravel packages by kchinkesh
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Package to Log and analize all actions performed on a Eloquent Model.

composer require kchinkesh/laravel-model-observer
php artisan migrateNote: If you want to specify a different table or connection make sure you update your .env file with the needed configuration variables.
php artisan vendor:publish --tag=LaravelModelObserver
Events can be recorded directly by using the trait inside your Model. To use the Trait:
use kchinkesh\LaravelModelObserver\App\Traits\ModelsObserver;
use ModelsObserver;
Model Activity Dashboard Routes





