Skip to content

Commit

Permalink
Readme up. Added indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
oleglfed committed Aug 25, 2017
1 parent 0d76d4c commit 4e60759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Laravel DDD
### Domain Driven Development domains generator.


![image](https://img.shields.io/packagist/v/oleglfed/laravel-ddd.svg?style=flat)
![image](https://img.shields.io/packagist/l/oleglfed/laravel-ddd.svg?style=flat)
[![Build Status](https://travis-ci.org/oleglfed/laravel-ddd.svg?branch=master)](https://travis-ci.org/oleglfed/laravel-ddd.svg?branch=master)
[![StyleCI](https://styleci.io/repos/91183556/shield?branch=master)](https://styleci.io/repos/91183556)

This package is made to generate Domains, based on DB table.
Package get all table fields and creates domain. With Domain creates repository, service and Infrastructure. Also the Package automatically binds generated classes to your app, so you can easily use DI or make Service by contract `$service = app(UserServiceInterface::class);`

Expand Down

0 comments on commit 4e60759

Please sign in to comment.