Laravel DDD Generator

Laravel DDD Generator helps you build modular, scalable Laravel applications using Domain-Driven Design (DDD) and CQRS.


Why this package?

  • Explicit architecture
  • Modular boundaries
  • CQRS-ready
  • HTTP API presets
  • Idempotent generators

Quick start

composer require fixik/ddd-generator --dev
php artisan ddd:make api-http Order --entity=Order

Next steps

Continue exploring the documentation:

These sections explain the design decisions and help you use the generator effectively in real-world projects.


This site uses Just the Docs, a documentation theme for Jekyll.