Module galerie: Activation
[zf2.biz/galerie.git] / config / application.config.php
1 <?php
2 return array(
3     'modules' => array(
4         'Application',
5         'Galerie',
6     ),
7     'module_listener_options' => array(
8         'config_glob_paths'    => array(
9             'config/autoload/{,*.}{global,local}.php',
10         ),
11         'module_paths' => array(
12             './module',
13             './vendor',
14         ),
15     ),
16 );