Libraries tagged by model-events
jpkleemans/attribute-events
372108 Downloads
🔥 Fire events on attribute changes of your Eloquent model
mvanduijker/laravel-transactional-model-events
124127 Downloads
Add eloquent model events fired after a transaction is committed or rolled back
mostafaznv/laracache
34872 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
stayallive/laravel-eloquent-observable
22249 Downloads
Register Eloquent model event listeners just-in-time directly from the model.
dniccum/nova-webhooks
5717 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
6095 Downloads
OmniEvent for Laravel is a Laravel Model event tracking and searching with Elasticsearch module
mintbridge/eloquent-auditing
4979 Downloads
An eloquent package for recording model events to a database
igaster/laravel-model-events
260 Downloads
Laravel Custom Model Events
sansanlabs/laravel-userstamps
87 Downloads
Package to add userstamps to models.
luissantiago/elogquent
15 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
hashemi/fireworks
72 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
484 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
sarahman/laravel-activitylog-with-pivots
380 Downloads
Activity Log package deals with all kinds of Eloquent events based logging as well as pivot models events.
floriandomgjoni/laravel-ai-factory
5 Downloads
Laravel package for generating realistic factory data using AI (OpenAI, Gemini, DeepSeek) with support for manual and hardcoded fields, model events, and bulk inserts.
wfeller/laravel-batch
3892 Downloads
Insert, update or delete models in batch, while still firing model events.