我花了1-3个小时,但我无法解决我的问题,在我的localhost中运行ZF2模块 请像我一样建议解决方案,因为我是Zf2的初学者
我已下载https://github.com/takeid/crunchysignup模块(但我无法运行) 在我的模块步骤
的配置中Step -1 download from github then extracted then copy into zf2crud/module/crunchysignup
Step-> in C:\wamp\www\zf2crud\config\application.config.php file
加入
'module_paths' => array(
'./module',
'./vendor',
'./module/CrunchySignup'
)
I run in my browse url like http://localhost/zf2crud/public/crunchysignup
我的公共索引运行正常但是这个模块的网址,我收到的错误就像
A 404 error occurred
Page not found.
The requested URL could not be matched by routing.
No Exception available
任何人都可以帮助我,这些步骤是什么?我可以搞清楚。
我将不胜感激任何帮助!