Skip to content

codebjorn/laravel-ddd

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About This project

Laravel is the most popular PHP framework in the world. This repo is a small test how we can provide monolith using Domain Driver Design.

Be aware

This is small project made in 2 days. Main idea was to see if Laravel can provide tools to make good monolith.
In real world example we will need:

  1. ORM but not AD, because for moment with AD we can provide anemic data to db.
  2. Reduce usage of singleton, and make all through dependency injection.
  3. Setup better knowledge for each layer
  4. Use aggregates to provide business data and remove any ambiguity

About

Test repo for working with Laravel and DDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published