Libraries tagged by eloquent observer
nicoaudy/ignoreable-observers
145 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
kyle-noland/eloquent-foundation
147 Downloads
A set of base classes for working with Laravel Eloquent Repositories, Models, Collections and Observers
translucent/s3-observer
7 Downloads
Observer to sync your Eloquent with Amazon S3
rdehnhardt/model-observers
14 Downloads
Make model observers easy
khomerikik/eloquent-lens
25 Downloads
Visual dashboard for Laravel Eloquent models — see relationships, scopes, casts, policies, and complexity at a glance. No database queries.
carlosdev/model-change-logger
20 Downloads
Laravel package to log create, update, and delete events in Eloquent models with JSON snapshots and user attribution.
zuqongtech/laravel-anvil
14 Downloads
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
aaix/laravel-audit-trails
17 Downloads
Lightweight audit-trail package for Laravel — logs created, updated, deleted, restored and force-deleted Eloquent events.
thomascombe/laravel-observer-attributes
4 Downloads
Use PHP 8 attributes to register eloquent model observers in a Laravel app
kyle-noland/eloquent-base-observer
44 Downloads
spoorsny/laravel-model-validating-observer
10 Downloads
An observer that validates an Eloquent model instance before it is persisted to the database.
kchinkesh/laravel-model-observer
32 Downloads
A Simple Laravel Package to observe,log and anlaize any changes to Eloquent Model using trait.
jacobhyde/laravel-observer-pipeline
1 Downloads
Explicit, ordered, and testable pipelines for Laravel Eloquent model events.
bogdanghervan/laravel-dummy-observer
691 Downloads
Mock Eloquent model save and make assertions on saved data
avinash403/laravel-dynamic-observer
160 Downloads
package that allows observing eloquent models in model itself