“.” it is not recognized as an internal or external command,
program or batch file executable.
I’ve read that in Zend Framework, some times files zf.php, zf.bat, are placed to path where is thrown out php cli.
Does anyone know what I should do?
When I try to use:
composer expressive middleware:create “App\XClacksOverheadMiddleware”
Output is:
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command “expressive” is not defined.
I have the same issue, I’m working with windows 8.
I have installed zendframework/zend-expressive-tooling` and my composer.json file looks okay.
Any idea?
So I installed zendframework/zend-expressive-tooling by the next step I have to fill in this line ./vendor/bin/expressive at the composer. I use the command prompt. When I have entered it I get that error above