Package Data | |
---|---|
Maintainer Username: | onemustcode |
Maintainer Contact: | jeffrey@onemustcode.nl (Jeffrey Buitenhuis) |
Package Create Date: | 2017-06-23 |
Package Last Update: | 2017-08-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 15:01:06 |
Package Statistics | |
---|---|
Total Downloads: | 134 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 13 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 6 |
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