http://symfony.com/doc/current/bundles/ ... index.html
i have just download a new version of SE edition of symfony and just edited the composer.json adding this two line:
- Code: Select all
"doctrine/doctrine-migrations-bundle": "dev-master",
"doctrine/migrations": "dev-master"
then run into the bash:
php composer.phar update
and added in the AppKernel.php this line:
- Code: Select all
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle()
And if i refresh the http://localhost/symfony2/app_dev.php/ page i recive this error:
- Code: Select all
) Fatal error: Class 'Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle' not found in /Users/kurtommy/NetBeansProjects/symfony/app/AppKernel.php on line 22
Any suggestion? What i do wrong?
Thanks
Tommaso.
