Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 64df05d

Browse files
committed
Merge pull request #371 from zapoyok/patch-1
Correct installation instructions SonataAdmin
2 parents ff3d156 + 90c79da commit 64df05d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/creating_cms_using_cmf_and_sonata.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Add the following to your ``composer.json`` file:
3939
"require": {
4040
...
4141
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
42+
"sonata-project/core-bundle": "~2.2@dev"
4243
}
4344
4445
And then run:
@@ -63,6 +64,7 @@ Next, initialize the bundles in ``app/AppKernel.php`` by adding them to the
6364
new Sonata\jQueryBundle\SonatajQueryBundle(),
6465
new Sonata\BlockBundle\SonataBlockBundle(),
6566
new Sonata\AdminBundle\SonataAdminBundle(),
67+
new Sonata\CoreBundle\SonataCoreBundle(),
6668
new Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle(),
6769
new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
6870
);

0 commit comments

Comments
 (0)