Articles Tagged: domain-driven-design
Technical writings, opinionated architectures, and development guides tagged with domain-driven-design.
The Art Of Keeping Business Logic Honest
Use state machines and workflow engines in Laravel to keep business rules explicit, auditable, and resilient across async processes.
Event-driven architecture with domain-driven design
Learn how to implement event-driven architecture using domain-driven design principles to build scalable and maintainable systems.
Event Sourcing in Laravel
Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.
How I develop applications with Laravel
Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.
Routing within our Domain
Learn how to manage routes in Laravel DDD by creating domain-specific route files and using service providers for cleaner and more organized code.
Getting started with DDD in Laravel
Master Laravel DDD with ease; Learn how to enhance your Laravel applications by implementing Domain Driven Design for improved structure and maintainability.
Querying Records in our Domain
Learn how to leverage Laravel DDD for efficient record queries. Simplify read actions in your application.
Starting our Domain Code; Data Objects and Factories
Enhance code consistency and safety in Domain-Driven Design with Laravel DDD. Learn about Data Objects & Factories.
Using Data Objects; Domain Commands
Laravel DDD; Use Data Objects and Domain Commands to escape 'array hell' and perform clean write operations in your application.
Slim PHP 4 - A lightweight breath of fresh air
Discover the power of Slim4, a lightweight PHP framework offering control and customization. Ideal for flexible application architecture.