|
@@ -60,7 +60,7 @@ forget to enable SonataAdminBundle too:
|
|
|
return array(
|
|
|
// ...
|
|
|
|
|
|
- // Add you dependencies
|
|
|
+ // Add your dependencies
|
|
|
new Sonata\BlockBundle\SonataBlockBundle(),
|
|
|
new Sonata\jQueryBundle\SonatajQueryBundle(),
|
|
|
new Knp\Bundle\MenuBundle\KnpMenuBundle(),
|
|
@@ -85,7 +85,7 @@ forget to enable SonataAdminBundle too:
|
|
|
Configuring SonataAdminBundle dependencies
|
|
|
------------------------------------------
|
|
|
|
|
|
-You will need to configure SonataAdminBundle's dependecies. For each of the above
|
|
|
+You will need to configure SonataAdminBundle's dependencies. For each of the above
|
|
|
mentioned bundles, check their respective installation/configuration instructions
|
|
|
files to see what changes you have to make to your Symfony2 configuration.
|
|
|
|
|
@@ -135,7 +135,7 @@ If, at this point or during the installation, you come across any errors, don't
|
|
|
- Read the error message carefully. Try to find out exactly which bundle is causing the error. Is it SonataAdminBundle or one of the dependencies?
|
|
|
- Make sure you followed all the instructions correctly, for both SonataAdminBundle and it's dependencies
|
|
|
- Odds are that someone already had the same problem, and it's documented somewhere. Check `Google <http://www.google.com>`_, `Sonata Users Group <https://groups.google.com/group/sonata-users>`_, `Symfony2 Users Group <https://groups.google.com/group/symfony2>`_ and `Symfony Forum <forum.symfony-project.org>`_ to see if you can find a solution.
|
|
|
- - Still no luck? Try checking the project's open issues on Github.
|
|
|
+ - Still no luck? Try checking the project's open issues on GitHub.
|
|
|
|
|
|
After you have successfully installed the above bundles you need to configure
|
|
|
SonataAdminBundle for administering your models. All that is needed to quickly
|