I am trying to use DoctrineFixturesBundle in my project which is using DoctrineFixturesBundle
to load some test data into the DB. I have downloaded it from github and not able to figure out where to add it and how to make it autoload.
As per the documentation it says to use Composer. But it dosen't work with my company network proxy.
Second thing is - how to understand path of bundles given in appkernal.php
. If I put DoctrineFixturesBundle
under vendor
folder how I should mention it in appkernal.php
$bundles = array(
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
Please help.