Search by

foxws / laravel-ddd

Domain Driven Design scaffolding for Laravel projects

Maintainers

Package info

github.com/foxws/laravel-ddd

pkg:composer/foxws/laravel-ddd

Transparency log

Fund package maintenance!

foxws

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2026-09-02 20:08 UTC

This package is auto-updated.

Last update: 2026-09-03 07:27:25 UTC


README

Laravel DDD

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

Domain Driven Design scaffolding for Laravel projects

Installation

You can install the package via Composer:

composer require foxws/laravel-ddd

You may publish the package's config file:

php artisan vendor:publish --tag="ddd-config"

Usage

Install the DDD layer structure, then generate classes into it:

php artisan ddd:install
php artisan ddd:make CreateInvoice --type=action --domain=Billing

See the documentation for the full list of layers, generator types, and how to customize stubs and subfolders.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Laravel DDD! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Laravel DDD is open-sourced software licensed under the MIT license.