Download the PHP package yunkeweb/laravel-ddd without Composer
On this page you can find all versions of the php package yunkeweb/laravel-ddd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yunkeweb/laravel-ddd
More information about yunkeweb/laravel-ddd
Files in yunkeweb/laravel-ddd
Download yunkeweb/laravel-ddd
More information about yunkeweb/laravel-ddd
Files in yunkeweb/laravel-ddd
Vendor yunkeweb
Package laravel-ddd
Short Description Laravel DDD modular monolith scaffolding and architecture helpers.
License MIT
Homepage https://github.com/yunkeweb/laravel-ddd
Package laravel-ddd
Short Description Laravel DDD modular monolith scaffolding and architecture helpers.
License MIT
Homepage https://github.com/yunkeweb/laravel-ddd
Please rate this library. Is it a good library?
Informations about the package laravel-ddd
Laravel DDD
Laravel modular monolith DDD scaffolding, architecture helpers, and Laravel Boost resources.
Installation
The install command publishes config/ddd.php, publishes customizable stubs to
stubs/vendor/laravel-ddd, and adds the default PSR-4 mapping:
Optional install flags:
--dto=spatie generates DTOs that extend Spatie\LaravelData\Data. Install
spatie/laravel-data before using that option:
Commands
Laravel Boost
This package ships Boost guidelines and the laravel-ddd-architecture skill from
resources/boost.
Architecture
- Domain stays pure PHP.
- Application coordinates use cases.
- Infrastructure adapts Laravel, packages, persistence, and external services.
- Presentation handles HTTP, console, requests, and resources.
- Interface bindings belong in each module's Infrastructure provider.
- Mature Laravel packages can be integrated when they fit; package-specific code stays outside Domain.
Testing
All versions of laravel-ddd with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
illuminate/console Version ^11.0||^12.0||^13.0
illuminate/filesystem Version ^11.0||^12.0||^13.0
illuminate/support Version ^11.0||^12.0||^13.0
illuminate/contracts Version ^11.0||^12.0||^13.0
spatie/laravel-package-tools Version ^1.16
illuminate/console Version ^11.0||^12.0||^13.0
illuminate/filesystem Version ^11.0||^12.0||^13.0
illuminate/support Version ^11.0||^12.0||^13.0
illuminate/contracts Version ^11.0||^12.0||^13.0
spatie/laravel-package-tools Version ^1.16
The package yunkeweb/laravel-ddd contains the following files
Loading the files please wait ...