I am new to propel ORM. I have installed propel through composer. Its inside myproject/vendor/bin
. I created the schema.xml and the propel.json inside myproject/includes
.
Now how do I run the propel sql:build command?
If i run from myproject/vendor/bin - it says no schema to build.
If I run from myproject/includes - It says propel Command is not recognized.
I am using windows 7. Should I have to include in environment variables path. If so should I have to do this for every project?
bin
directory? – Sven