2017 © Pedro Peláez
 

library laravel-ddd

Domain Driven Design package for Laravel

image

onemustcode/laravel-ddd

Domain Driven Design package for Laravel

  • Monday, August 7, 2017
  • by onemustcode
  • Repository
  • 1 Watchers
  • 7 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 6 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Laravel Domain Driven Design package

Package to simply setup a Domain Driven Desgin Application in Laravel 5.x., (*1)

Installation

Require the Query library trough composer., (*2)

composer require onemustcode/laravel-ddd

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)

OneMustCode\LaravelDDD\ServiceProvider::class,

Creating a project

To create a project, simply run the following command and follow the instructions., (*4)

php artisan ddd:project

Creating a new entity, repository and service

To create a entity, simply run the following command and follow the instructions., (*5)

php artisan ddd:create

The Versions

07/08 2017