Laravel Relationship Events
The Laravel Relationship Events package extends Laravel's event system to provide additional events for various relationship types. This allows you to hook into specific moments during relationship operations, such as when a model is associated or disassociated with another model. The package introduces new events for relationships like `HasOne`, `BelongsTo`, `HasMany`, `BelongsToMany`, and more. You can define event listeners to perform actions in response to these events, such as logging activity, sending notifications, or updating related records. By leveraging Laravel Relationship Events, you can create more dynamic and responsive applications that react to changes in relationships in real-time..
Fine-Tune Your Laravel Relationships.
Related Projects
Punchcard: Object Configs for Laravel
Efficient and flexible configuration management
Add Comments to Correlate User Code with SQL Queries in Laravel
Illuminate Your Database Interactions