I've some problems with propel 2.0. I followed step by step this guide http://propelorm.org/documentation/01-installation.html but when I try with vendor/bin/propel nothing shows up. I've been trying for days, even if I create the schema and the propel.php file, when I try to run propel sql:build it says "command not found propel". Do you know how I can fix this? Thanks!!
./vendor/bin/propel
. Note the dot and slash. Also, make the file executable by usingchmod +x vendor/bin/propel
if the first command doesn't work properly. – N.B.