Slide 58
Slide 58 text
bundles.php
['all' => true],
];
['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
];
['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
];
['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class =>['dev'=>true, 'test'=>true],
];
['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class =>['dev'=>true, 'test'=>true],
Symfony\Bundle\WebserverBundle\WebserverBundle::class => ['dev' => true],
];