1
Hello, I’m trying to use zftools (terminal) to create modules for Zend but contrary to the expectation that it would be an error message or success zf.php prints the application’s HTML on the screen, as if I were in the browser.
Commands used:
Composer require zendframework/zftool:dev-master
vendor/bin/zf.php create module Test
Windows or Linux environment? Which HTML is returned?
– Cadu Espíndola
Linux, returns the HTML of the default page of zend post installed, the one with doc links etc that we normally see when opening the application by browser, I am running the tools but it is as if it effectively runs the application in fact.
– Tales Luna