This repository was archived by the owner on Mar 1, 2021. It is now read-only.
doctrine/doctrine2-orm-tutorial
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 ```