zend-expressive icon indicating copy to clipboard operation
zend-expressive copied to clipboard

Tutorial - Getting start - suggestion

Open asui opened this issue 7 years ago • 1 comments

I've found "generate-factory-for-class" very usefull, but executing it on Windows was a small problem at first. If I could suggest a small change in this tutorial, I recomend adding a comment saying that correct syntax of this command would be: .\vendor\bin\generate-factory-for-class "App\Action\TemplateTestAction" > src/App/src/Action/TemplateTestActionFactory.php

The biggest problem was that classname shouldn't be App\\Action\\TemplateTestAction but App\Action\TemplateTestAction. Well, at least in my environment.

asui avatar Mar 23 '17 08:03 asui

This repository has been closed and moved to mezzio/mezzio; a new issue has been opened at https://github.com/mezzio/mezzio/issues/15.

weierophinney avatar Dec 31 '19 20:12 weierophinney