zftool not behaving as expected
问题 I have a hosting service in linux, where I’m trying to develop an app on zend framework 2. I want to use zftool but regardless which zftool command I run, I get always the HTML of the home page. I’ll really appreciate any help. Here are the steps to reproduce: 1 - I installed composer >curl -s https://getcomposer.org/installer | php 2 - I installed the Skeleton MVC application >php composer.phar create-project -sdev --repository-url="https://packages.zendframework.com" zendframework/skeleton