Libraries tagged by model-events
jpkleemans/attribute-events
318975 Downloads
🔥 Fire events on attribute changes of your Eloquent model
mvanduijker/laravel-transactional-model-events
107939 Downloads
Add eloquent model events fired after a transaction is committed or rolled back
stayallive/laravel-eloquent-observable
16187 Downloads
Register Eloquent model event listeners just-in-time directly from the model.
mostafaznv/laracache
27531 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
dniccum/nova-webhooks
4412 Downloads
A tool for Laravel's Nova administrator panel that enables users to create webhooks that can be customized to fire on specified Eloquent model events (created, updated, etc). This allows applications to communicate with other applications and integrations (Zapier, If This Then That, etc).
pdphilip/omnievent
1507 Downloads
OmniEvent for Laravel is a Laravel Model event tracking and searching with Elasticsearch module
igaster/laravel-model-events
258 Downloads
Laravel Custom Model Events
wfeller/laravel-batch
3644 Downloads
Insert, update or delete models in batch, while still firing model events.
mintbridge/eloquent-auditing
3994 Downloads
An eloquent package for recording model events to a database
hashemi/fireworks
67 Downloads
A simple trait that will help to fire property wise event on your laravel model. Using laravel model events, to create hooks.
fico7489/laravel-updated-related
473 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
tonning/flashable
6562 Downloads
A simple trait to flash when model events are fired, like `created`, `updated`, and `saved`.
shooka/laravel-modelevents
6691 Downloads
Let a service provider handle your model events
sarahman/laravel-activitylog-with-pivots
223 Downloads
Activity Log package deals with all kinds of Eloquent events based logging as well as pivot models events.
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class