I jumped onto this tutorial: installing roll'n api link
for installing roll'n api (extended framework based from apigility framework with doctrine 2 orm)
However I had a problem on steps 4 and 5.
C:\www\api>php public\index.php build api module
C:\www\api>php public\index.php build api
When I issue the above commands, it fails.
This was what was prompted in my Windows command line:
Reason for failure: Invalid arguments or no arguments provided
I also went directly to the roll'n api home page:
roll'n api homepage link
The problem there is running ~/bin/install and ~/bin/rebuild. Since there are no /bin folder with install and rebuild .php files.
Thanks!