Skip to content

Instantly share code, notes, and snippets.

@joanteixi
Last active December 27, 2015 15:19
Show Gist options
  • Save joanteixi/7347156 to your computer and use it in GitHub Desktop.
Save joanteixi/7347156 to your computer and use it in GitHub Desktop.
Fixtures composer.json
{ "doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/data-fixtures": "dev-master"
}
Add to appKernel.php in register bundles:
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment