onemustcode/laravel-ddd is a Laravel package for domain driven design package for laravel.
It currently has 13 GitHub stars and 134 downloads on Packagist (latest version 1.0.3).
Install it with composer require onemustcode/laravel-ddd.
Discover more Laravel packages by onemustcode
or browse all Laravel packages to compare alternatives.
Last updated
Package to simply setup a Domain Driven Desgin Application in Laravel 5.x.
Require the Query library trough composer.
composer require onemustcode/laravel-ddd
After updating composer, add the ServiceProvider to the providers array in config/app.php
OneMustCode\LaravelDDD\ServiceProvider::class,
To create a project, simply run the following command and follow the instructions.
php artisan ddd:project
To create a entity, simply run the following command and follow the instructions.
php artisan ddd:create