我正在使用 ZFTool 2 在我的项目中创建模块和控制器。当我尝试使用它来创建动作时,我遇到了错误。
在文档中它说以下内容:
Action creation:
zftool create action <name> <controllerName> <module> [<path>] create an action in a controller
<name> The name of the action to be created
<controllerName> The name of the controller in which the action should be created
<module> The module containing the controller
<path> The root path of a ZF2 application where to create the action
所以我在终端中输入了以下内容:
zftool create action test Index Mymodule my-project-root
我收到以下(不是那么有用)错误消息:
Reason for failure: Invalid arguments or no arguments provided
我也这样尝试过,结果相同:
zftool create action testAction IndexController Mymodule my-project-root
我在这里做错了吗?为什么我的动作没有创建?哪些论据无效?
编辑
正如评论中所建议的,我还尝试在更改为项目根目录后创建操作,以确保路径不是问题。我收到以下错误消息:
Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (ZFTool) could not be initialized.' in /Applications/AMPPS/www/myProject/vendor/zendframework/zendframework/library/Zend/ModuleManager/ModuleManager.php:189