I learn Symfony 2. I would like have example with SonataAdminBundle. I found:http://sonata-project.org/bundles/news/2-0/doc/reference/installation.htmlbut this haven't first point.i found:\[code\][SonataAdminBundle] git=http://github.com/sonata-project/SonataAdminBundle.git target=/bundles/Sonata/AdminBundle[SonataBlockBundle] git=http://github.com/sonata-project/SonataBlockBundle.git target=/bundles/Sonata/BlockBundle[SonataCacheBundle] git=http://github.com/sonata-project/SonataCacheBundle.git target=/bundles/Sonata/CacheBundle[SonatajQueryBundle] git=http://github.com/sonata-project/SonatajQueryBundle.git target=/bundles/Sonata/jQueryBundle[SonataDoctrineORMAdminBundle] git=http://github.com/sonata-project/SonataDoctrineORMAdminBundle.git target=/bundles/Sonata/DoctrineORMAdminBundle[KnpMenuBundle] git=http://github.com/KnpLabs/KnpMenuBundle.git target=/bundles/Knp/Bundle/MenuBundle[KnpMenu] git=http://github.com/KnpLabs/KnpMenu.git target=/knp/menu[Exporter] git=http://github.com/sonata-project/exporter.git target=/exporter[SonataNewsBundle] git=http://github.com/sonata-project/SonataNewsBundle.git target=/bundles/Sonata/NewsBundle\[/code\]and run bin/install vendors. . Install is correct. Id added line to AppKernel and autoload, and if i run:\[code\]php app/console sonata:easy-extends:generate SonataNewsBundle\[/code\]i have error:\[quote\] [InvalidArgumentException]
Bundle "ApplicationSonataNewsBundle" does not exist or it is not enabled.\[/quote\]So i added:\[code\]new Application\Sonata\NewsBundle\ApplicationSonataNewsBundle(),\[/code\]and run\[code\]php app/console sonata:easy-extends:generate SonataNewsBundle\[/code\]then i have error:\[quote\] PHP Fatal error: Class 'Application\Sonata\NewsBundle\ApplicationSonataNewsBundle' not found in /home/lanox06/Projects/sym2/app/AppKernel.php on line 29\[/quote\]How can i make this? I would like testing these application.
Bundle "ApplicationSonataNewsBundle" does not exist or it is not enabled.\[/quote\]So i added:\[code\]new Application\Sonata\NewsBundle\ApplicationSonataNewsBundle(),\[/code\]and run\[code\]php app/console sonata:easy-extends:generate SonataNewsBundle\[/code\]then i have error:\[quote\] PHP Fatal error: Class 'Application\Sonata\NewsBundle\ApplicationSonataNewsBundle' not found in /home/lanox06/Projects/sym2/app/AppKernel.php on line 29\[/quote\]How can i make this? I would like testing these application.