You need to move the node to
/var/www/Symfony/vendor/bundles
Then in AppKernel.php add
new Sonata\AdminBundle\SonataAdminBundle(),
in the $ bundles array.
In autoload.php add
'Sonata' => __DIR__.'/../vendor/bundles',
to the array $loader->registerNamespaces
Pierre
source share