Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

doctrine/doctrine2-orm-tutorial

Repository files navigation

This is the code for the Doctrine 2 ORM tutorial.

Last Update: Tutorial is now using Composer only

You can find the tutorial at:

https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html

## Installation:

```bash
$ git clone https://github.com/doctrine/doctrine2-orm-tutorial.git  # or: git clone git@github.com:doctrine/doctrine2-orm-tutorial.git
$ cd doctrine2-orm-tutorial
$ composer install
```