Hi guys! I've started to read about this ORM because i want to add it to a silex project. I'm following the steps found in http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/getting-started.html. I use this composer configuration: { "require": { "doctrine/orm": "2.4.*", "symfony/yaml": "2.*" }, "autoload": { "psr-0": {"": "src/"} } }
then execute composer update, no problem there. But when i use this command: *./vendor/bin/doctrine orm:schema-tool:create* It throws me the following error: *Warning: require_once(bootstrap.php): failed to open stream: No such file or directory in /home/(...)/learning/doctrine.orm/cli-config.php on line 3* *Fatal error: require_once(): Failed opening required 'bootstrap.php' (include_path='.:/opt/lampp/lib/php') in /home/**(...)**/learning/doctrine.orm/cli-config.php on line 3* Which is really weird because i didn't modified anything... any help about it? Thank you!! -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
