Skip to content

Commit

Permalink
Update required dependancies in install doc after SonataCoreBundle be…
Browse files Browse the repository at this point in the history
…came optionnal #6173 (#6230)

* Update required dependancies in install doc after SonataCoreBundle became optional #6173

* Update docs/getting_started/installation.rst

Co-authored-by: wbloszyk <[email protected]>

Co-authored-by: Romain Janvier <[email protected]>
Co-authored-by: Jordi Sala Morales <[email protected]>
Co-authored-by: wbloszyk <[email protected]>
  • Loading branch information
4 people authored Jul 28, 2020
1 parent 6d2d936 commit 2118ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ line in `bundles.php` file of your project::
return [
// ...
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle::class => ['all' => true],
Sonata\Form\Bridge\Symfony\SonataFormBundle::class => ['all' => true],
Sonata\Twig\Bridge\Symfony\SonataTwigBundle::class => ['all' => true],
];

Configure the Installed Bundles
Expand Down

0 comments on commit 2118ef7

Please sign in to comment.