Command not found propel

1.9k Views Asked by At

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!!

1

There are 1 best solutions below

0
On BEST ANSWER

I also ran into the same problem, turned out I had to use:

php propel init

to make it work, instead of:

propel init