Skip to content

ShittySoft/symfony-live-berlin-2018-doctrine-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

030152f · May 1, 2018

History

19 Commits
May 23, 2017
May 1, 2018
May 1, 2018
May 23, 2017
May 1, 2018
May 1, 2018
May 23, 2017
May 1, 2018
May 1, 2018
May 23, 2017
May 23, 2017
May 1, 2018
May 1, 2018
May 23, 2017

Repository files navigation

Doctrine ORM and tactical DDD concepts

This tutorial will introduce you to using Doctrine ORM together with tactical DDD concepts.

Our approximate plan of operation:

  1. Installation and hoping that it will go smoothly :-)
  2. Getting started with a simplistic "already known" Authentication domain, without ORM
  3. Discussion of the first implementations popping up
  4. Introducing some DDD concepts:
    • Domain and Infrastructure
    • Value Object
    • Aggregate Root
    • Entity
    • Repository
    • Read Model
  5. Looking at how to improve our Authentication code
  6. Wiring the ORM into our Authentication code
  7. Exploration and discussion of a new domain, one of either:
    • Blog Post
    • Hotel Booking

Installation

First, install composer.

After that, you can run:

composer install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published