Skip to content

Instantly share code, notes, and snippets.

@roderik
Created August 22, 2012 09:31
Show Gist options
  • Select an option

  • Save roderik/3424023 to your computer and use it in GitHub Desktop.

Select an option

Save roderik/3424023 to your computer and use it in GitHub Desktop.
// KunstmaanAdminBundle
$bundles[] = new FOS\UserBundle\FOSUserBundle(),
$bundles[] = new Knp\Bundle\MenuBundle\KnpMenuBundle(),
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
$bundles[] = new Kunstmaan\AdminBundle\KunstmaanAdminBundle(),
// KunstmaanMediaBundle
$bundles[] = new Liip\ImagineBundle\LiipImagineBundle(),
$bundles[] = new Knp\Bundle\GaufretteBundle\KnpGaufretteBundle(),
$bundles[] = new Kunstmaan\MediaBundle\KunstmaanMediaBundle(),
// KunstmaanPagePartBundle
$bundles[] = new Kunstmaan\PagePartBundle\KunstmaanPagePartBundle(),
// KunstmaanMediaPagePartBundle
$bundles[] = new Kunstmaan\MediaPagePartBundle\KunstmaanMediaPagePartBundle(),
// KunstmaanFormBundle
$bundles[] = new Kunstmaan\FormBundle\KunstmaanFormBundle(),
// KunstmaanAdminListBundle
$bundles[] = new Kunstmaan\AdminListBundle\KunstmaanAdminListBundle(),
// KunstmaanAdminNodeBundle
$bundles[] = new Kunstmaan\AdminNodeBundle\KunstmaanAdminNodeBundle(),
// KunstmaanViewBundle
$bundles[] = new Kunstmaan\ViewBundle\KunstmaanViewBundle(),
// KunstmaanSearchBundle
$bundles[] = new FOQ\ElasticaBundle\FOQElasticaBundle(),
$bundles[] = new Kunstmaan\SearchBundle\KunstmaanSearchBundle(),
// KunstmaanGeneratorBundle
$bundles[] = new Kunstmaan\GeneratorBundle\KunstmaanGeneratorBundle(),
// LiipMonitorBundle & LiipMonitorExtraBundle
$bundles[] = new Liip\MonitorBundle\LiipMonitorBundle(),
$bundles[] = new Liip\MonitorExtraBundle\LiipMonitorExtraBundle(),
// LiipCacheControlBundle
$bundles[] = new Liip\CacheControlBundle\LiipCacheControlBundle(),
if (in_array($this->getEnvironment(), array('prod'))){
// KunstmaanSentryBundle
$bundles[] = new Kunstmaan\SentryBundle\KunstmaanSentryBundle();
}
return $bundles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment