Hi HHGAG,
Thanks for all help!

The quickstart is based on that module, I guess its out of date.
My module.config.php is 

<code>
<?php 
return array( 
    'di' => array( 
        'instance' => array( 
            'Zend\Mvc\Router\RouteStack' => array( 
                'parameters' => array( 
                    'routes' => array( 
                        'wdev-base-hello-world' => array( 
                            'type'    => 'Zend\Mvc\Router\Http\Literal', 
                                'options' => array( 
                                'route' => '/hello/world', 
                                'defaults' => array( 
                                    'controller' =>
'WdevBase\Controller\HelloController', 
                                    'action'     => 'world', 
                                ), 
                            ), 
                        ), 
                    ), 
                ), 
            ), 
        ), 
        // ... other di configuration ... 
    ), 
); 
</code>

as per quick start... 

all input is welcome



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-Skeleton-Module-and-hello-world-tp4575541p4576502.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to