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
 * Local Configuration Override for DEVELOPMENT MODE.
5
 *
6
 * This configuration override file is for providing configuration to use while
7
 * in development mode. Run:
8
 *
9
 * <code>
10
 * $ composer development-enable
11
 * </code>
12
 *
13
 * from the project root to copy this file to development.local.php and enable
14
 * the settings it contains.
15
 *
16
 * You may also create files matching the glob pattern `{,*.}{global,local}-development.php`.
17
 */
18
 
19
return [
20
    'view_manager' => [
21
        'display_exceptions' => true,
22
    ],
23
];