Libraries tagged by model-events
jpkleemans/attribute-events
393353 Downloads
🔥 Fire events on attribute changes of your Eloquent model
mvanduijker/laravel-transactional-model-events
131813 Downloads
Add eloquent model events fired after a transaction is committed or rolled back
mostafaznv/laracache
37059 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
stayallive/laravel-eloquent-observable
23607 Downloads
Register Eloquent model event listeners just-in-time directly from the model.
dniccum/nova-webhooks
6416 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).
wfeller/laravel-batch
4010 Downloads
Insert, update or delete models in batch, while still firing model events.
pdphilip/omnievent
7622 Downloads
OmniEvent for Laravel is a Laravel Model event tracking and searching with Elasticsearch module
mintbridge/eloquent-auditing
5585 Downloads
An eloquent package for recording model events to a database
plank/before-and-after-model-events
67 Downloads
Add before and after events to each existing Laravel Model event.
igaster/laravel-model-events
260 Downloads
Laravel Custom Model Events
sarahman/laravel-activitylog-with-pivots
595 Downloads
Activity Log package deals with all kinds of Eloquent events based logging as well as pivot models events.
floriandomgjoni/laravel-ai-factory
25 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.
sansanlabs/laravel-userstamps
171 Downloads
Package to add userstamps to models.
luissantiago/elogquent
16 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.