Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
2
 
3
/**
4
 * @see       https://github.com/laminas/laminas-mvc-skeleton for the canonical source repository
5
 * @copyright https://github.com/laminas/laminas-mvc-skeleton/blob/master/COPYRIGHT.md
6
 * @license   https://github.com/laminas/laminas-mvc-skeleton/blob/master/LICENSE.md New BSD License
7
 */
8
 
9
return [
10
    // Additional modules to include when in development mode
11
    'modules' => [
12
    ],
13
    // Configuration overrides during development mode
14
    'module_listener_options' => [
15
        'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}-development.php'],
16
        'config_cache_enabled' => false,
17
        'module_map_cache_enabled' => false,
18
    ],
19
];