onemustcode/laravel-ddd

Domain Driven Design package for Laravel
134 13
Install
composer require onemustcode/laravel-ddd
Latest Version:1.0.3
PHP:>=7.0
License:MIT
Last Updated:Aug 7, 2017
Links: GitHub  ·  Packagist
Maintainer: onemustcode

Laravel Domain Driven Design package

Package to simply setup a Domain Driven Desgin Application in Laravel 5.x.

Installation

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,

Creating a project

To create a project, simply run the following command and follow the instructions.

php artisan ddd:project

Creating a new entity, repository and service

To create a entity, simply run the following command and follow the instructions.

php artisan ddd:create

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

561,395,438 34,860
laravel/tinker

Powerful REPL for the Laravel framework.

471,804,685 7,440