Created
August 22, 2012 09:31
-
-
Save roderik/3424023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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