I'm running Mac OSX Mavericks and I'm trying to get Propel running. I did the installation by Composer. For some reason it is not giving a response when I'm running the model:build command.
When I do not have a propel.php in the folder:
MacBook-Pro-van-Casper-4:test casper$ ./vendor/bin/propel model:build
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
The child node "database" at path "propel" must be configured.
So then I made a propel.php file and then I did not get a response anymore:
MacBook-Pro-van-Casper-4:test casper$ ./vendor/bin/propel model:build
MacBook-Pro-van-Casper-4:test casper$
The fact that I get an error when the propel.php file is not present tells me Propel is installed just fine.
I get that it's a difficult situation to work with since there is no error but all suggestions are appreciated.