whisher wrote > Hi all, > I'm just taking my first steps with zf2 and modules > so I'm wondering Is it required a module Application like in the > getting started tutorial ? > I set up my first project from scratch and I got > Uncaught exception 'Zend\View\Exception\RuntimeException' with message > 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "404" > > Bye
You can also start from pulling ZendSkeletonModule and renaming it to your required name. https://github.com/zendframework/ZendSkeletonModule <https://github.com/zendframework/ZendSkeletonModule> Personally I recommend to use ZendSkeletonApplication. It gives you better overview from the start. https://github.com/zendframework/ZendSkeletonApplication <https://github.com/zendframework/ZendSkeletonApplication> ----- Cheers, -- Luke Mierzwa -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/zf2-Modules-Application-is-comparable-to-the-old-default-tp4657237p4657253.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
