bundles.php 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?php
  2. // bundles to add/remove
  3. /*
  4. //new APY\DataGridBundle\APYDataGridBundle(),
  5. //new A2lix\TranslationFormBundle\A2lixTranslationFormBundle(),
  6. //new JMS\SerializerBundle\JMSSerializerBundle($this),
  7. // CMF Integration
  8. //new Sylius\Bundle\AttributeBundle\SyliusAttributeBundle(),
  9. //new Symfony\Cmf\Bundle\SearchBundle\CmfSearchBundle(),
  10. //new Symfony\Cmf\Bundle\BlogBundle\CmfBlogBundle(),
  11. //new Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle(),
  12. //new Chamilo\TimelineBundle\ChamiloTimelineBundle()
  13. // Chamilo course tool
  14. //new Chamilo\NotebookBundle\ChamiloNotebookBundle(),
  15. //new JMS\TranslationBundle\JMSTranslationBundle(),
  16. //new JMS\DiExtraBundle\JMSDiExtraBundle($this),
  17. //new JMS\AopBundle\JMSAopBundle(),
  18. new Bazinga\Bundle\FakerBundle\BazingaFakerBundle(),
  19. //new Chamilo\CmsBundle\ChamiloCmsBundle(),
  20. */
  21. return [
  22. 'Symfony\Bundle\FrameworkBundle\FrameworkBundle' => ['all' => true],
  23. 'Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle' => ['all' => true],
  24. 'Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle' => ['all' => true],
  25. 'Doctrine\Bundle\DoctrineBundle\DoctrineBundle' => ['all' => true],
  26. 'Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle' => ['all' => true],
  27. 'Oro\Bundle\MigrationBundle\OroMigrationBundle' => ['all' => true],
  28. 'Chamilo\CoreBundle\ChamiloCoreBundle' => ['all' => true],
  29. 'Chamilo\ThemeBundle\ChamiloThemeBundle' => ['all' => true],
  30. 'Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle' => ['all' => true],
  31. 'Chamilo\SkillBundle\ChamiloSkillBundle' => ['all' => true],
  32. 'Chamilo\CourseBundle\ChamiloCourseBundle' => ['all' => true],
  33. 'Chamilo\AdminBundle\ChamiloAdminBundle' => ['all' => true],
  34. 'Chamilo\FaqBundle\ChamiloFaqBundle' => ['all' => true],
  35. 'Chamilo\ContactBundle\ChamiloContactBundle' => ['all' => true],
  36. 'Chamilo\InstallerBundle\ChamiloInstallerBundle' => ['all' => true],
  37. 'Chamilo\TicketBundle\ChamiloTicketBundle' => ['all' => true],
  38. 'Chamilo\SettingsBundle\ChamiloSettingsBundle' => ['all' => true],
  39. 'Chamilo\PageBundle\ChamiloPageBundle' => ['all' => true],
  40. 'Chamilo\UserBundle\ChamiloUserBundle' => ['all' => true],
  41. 'Chamilo\ClassificationBundle\ChamiloClassificationBundle' => ['all' => true],
  42. 'Chamilo\MediaBundle\ChamiloMediaBundle' => ['all' => true],
  43. 'Chamilo\NotificationBundle\ChamiloNotificationBundle' => ['all' => true],
  44. 'Chamilo\TimelineBundle\ChamiloTimelineBundle' => ['all' => true],
  45. 'FOS\UserBundle\FOSUserBundle' => ['all' => true],
  46. 'FOS\RestBundle\FOSRestBundle' => ['all' => true],
  47. 'FOS\JsRoutingBundle\FOSJsRoutingBundle' => ['all' => true],
  48. 'Spy\TimelineBundle\SpyTimelineBundle' => ['all' => true],
  49. 'Sonata\UserBundle\SonataUserBundle' => ['all' => true],
  50. 'Sonata\EasyExtendsBundle\SonataEasyExtendsBundle' => ['all' => true],
  51. 'Sonata\DatagridBundle\SonataDatagridBundle' => ['all' => true],
  52. 'Sonata\CoreBundle\SonataCoreBundle' => ['all' => true],
  53. 'Sonata\BlockBundle\SonataBlockBundle' => ['all' => true],
  54. 'Sonata\AdminBundle\SonataAdminBundle' => ['all' => true],
  55. 'Sonata\IntlBundle\SonataIntlBundle' => ['all' => true],
  56. 'Sonata\TimelineBundle\SonataTimelineBundle' => ['all' => true],
  57. 'Sonata\NotificationBundle\SonataNotificationBundle' => ['all' => true],
  58. 'Sonata\MediaBundle\SonataMediaBundle' => ['all' => true],
  59. 'Sonata\SeoBundle\SonataSeoBundle' => ['all' => true],
  60. 'Sonata\CacheBundle\SonataCacheBundle' => ['all' => true],
  61. 'Sonata\PageBundle\SonataPageBundle' => ['all' => true],
  62. 'Sonata\FormatterBundle\SonataFormatterBundle' => ['all' => true],
  63. 'Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle' => ['all' => true],
  64. 'Sonata\ClassificationBundle\SonataClassificationBundle' => ['all' => true],
  65. 'Symfony\Bundle\MonologBundle\MonologBundle' => ['all' => true],
  66. 'Knp\Bundle\MenuBundle\KnpMenuBundle' => ['all' => true],
  67. 'Symfony\Bundle\AsseticBundle\AsseticBundle' => ['all' => true],
  68. 'Knp\DoctrineBehaviors\Bundle\DoctrineBehaviorsBundle' => ['all' => true],
  69. 'HWI\Bundle\OAuthBundle\HWIOAuthBundle' => ['all' => true],
  70. 'winzou\Bundle\StateMachineBundle\winzouStateMachineBundle' => ['all' => true],
  71. 'WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle' => ['all' => true],
  72. 'Sylius\Bundle\ResourceBundle\SyliusResourceBundle' => ['all' => true],
  73. 'Oneup\FlysystemBundle\OneupFlysystemBundle' => ['all' => true],
  74. 'Sylius\Bundle\FlowBundle\SyliusFlowBundle' => ['all' => true],
  75. 'Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle' => ['all' => true],
  76. 'Sylius\Bundle\SettingsBundle\SyliusSettingsBundle' => ['all' => true],
  77. 'Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle' => ['all' => true],
  78. 'Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle' => ['all' => true],
  79. 'Knp\Bundle\MarkdownBundle\KnpMarkdownBundle' => ['all' => true],
  80. 'Ivory\CKEditorBundle\IvoryCKEditorBundle' => ['all' => true],
  81. 'Liip\ThemeBundle\LiipThemeBundle' => ['all' => true],
  82. 'Liip\ImagineBundle\LiipImagineBundle' => ['all' => true],
  83. 'FM\ElfinderBundle\FMElfinderBundle' => ['all' => true],
  84. 'Symfony\Bundle\TwigBundle\TwigBundle' => ['all' => true],
  85. 'Symfony\Bundle\SecurityBundle\SecurityBundle' => ['all' => true],
  86. 'Symfony\Bundle\WebServerBundle\WebServerBundle' => ['dev' => true],
  87. 'Lunetics\LocaleBundle\LuneticsLocaleBundle' => ['all' => true],
  88. 'Symfony\Bundle\WebProfilerBundle\WebProfilerBundle' => ['dev' => true, 'test' => true],
  89. 'Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle' => ['all' => true],
  90. 'Symfony\Bundle\DebugBundle\DebugBundle' => ['dev' => true, 'test' => true],
  91. ];