zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

create Action fails when using project path #129

Open kifarre opened 8 years ago

kifarre commented 8 years ago

to fix this issue, i have modied the "module.config.php" file like this :

'zftool-create-action' => array( 'options' => array( 'route' = > 'create action name controllerName module [path]',
'defaults' => array( 'controller' => 'ZFTool\Controller\Create', 'action' => 'method', ), ), ),