'FOS\\UserBundle\\FOSUserBundle' not found
in symfony 2.5 I want use FOSUserBundle, I do any steps in github and when try to update schema see this error Fatal error: Class 'FOS\UserBundle\FOSUserBundle' not found in /opt/lampp/htdocs/symfonyTest/app/AppKernel.php on line 23 FOSUserBundle is in vendor/friendsofsymfony/user-bundle/FOS this is my AppKernel $bundles = array( //... other bundles new FOS\UserBundle\FOSUserBundle(), ); and my app/config/config.yml fos_user: db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel' firewall_name: main user_class: Acme\StoreBundle\Entity\User my app/config/security.yml security