I can\'t figure out how to run zf.php (Zend Framework 2 Tool) when bootstrapped with composer.
First I bootstrap composer and zftool according to the documentation:<
You should copy zf.php into your root directory and run it from there.
$ mkdir tmp && cd tmp $ curl -s https://getcomposer.org/installer | php $ ./composer.phar require zendframework/zftool:dev-master $ cp vendor/zendframework/zftool/zf.php . $ php zf.php