Laravel Events and Listeners: Decoupling Your Application Logic
How events and listeners let unrelated features react to the same action without a controller needing to know about all of them.
Articles on web development, tools, and lessons learned.
12 articles · browse by category or tag below
How events and listeners let unrelated features react to the same action without a controller needing to know about all of them.
Pest's readable syntax on top of PHPUnit — expectations, feature tests, datasets, and grouping, with zero loss of Laravel testing helpers.
Shared database with a tenant_id, separate schemas, or fully separate databases per tenant — the real trade-offs behind each approach.