Libraries tagged by eloquent observer
owen-it/laravel-auditing
35564425 Downloads
Audit changes of your Eloquent models in Laravel
zachflower/ignorable-observers
327941 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
stayallive/laravel-eloquent-observable
34729 Downloads
Register Eloquent model event listeners just-in-time directly from the model.
alexstewartja/laravel-attribute-observer
85516 Downloads
Observe (and react to) attribute changes made on Eloquent models.
rajmundtoth0/laravel-auditing-elasticsearch-driver
85359 Downloads
An Elasticsearch driver for the owen-it/laravel-auditing package.
siabit/laravel-auditing-elasticsearch
8784 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
ascend/laravel-column-watcher
656 Downloads
Watch and react to Eloquent model column changes with PHP 8 attributes. Trigger handlers when specific columns are modified, with support for queued handlers, before/after save timing, and built-in infinite loop protection. Think observers, but column specific!
iconscout/laravel-auditing-elasticsearch
11590 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
khomerikik/eloquent-lens
25 Downloads
Visual dashboard for Laravel Eloquent models — see relationships, scopes, casts, policies, and complexity at a glance. No database queries.
skylence/laravel-model-inspector-mcp
528 Downloads
MCP server for Laravel model introspection — relationships, attributes, scopes, observers, and database schema
despatates/laravel-auditing-job-database
3094 Downloads
A database driver for the owen-it/laravel-auditing package. Store audits using laravel jobs.
betapeak/laravel-auditing-filesystem
6515 Downloads
A filesystem driver for the owen-it/laravel-auditing package. Allows storage of the audits in CSV files, across all registered Laravel disks.
codenzia/laravel-superadmin
50 Downloads
Protected super admin account for Laravel. Zero-config authorization via Gate::before, defense-in-depth Eloquent observer, optional Filament v4 plugin, vendor-only CLI commands with friction controls. Designed for vendor-deployed applications where customer admins must not accidentally delete the vendor's support account.
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class
kyle-noland/eloquent-foundation
147 Downloads
A set of base classes for working with Laravel Eloquent Repositories, Models, Collections and Observers