?? GreyFile — Mystic File Browser

Current path: home/webdevt/cryptoimpot.fr/config/autoload/



?? Go up: /home/webdevt/cryptoimpot.fr/config

?? Viewing: development.local.php.dist

<?php
/**
 * Local Configuration Override for DEVELOPMENT MODE.
 *
 * This configuration override file is for providing configuration to use while
 * in development mode. Run:
 *
 * <code>
 * $ composer development-enable
 * </code>
 *
 * from the project root to copy this file to development.local.php and enable
 * the settings it contains.
 *
 * You may also create files matching the glob pattern `{,*.}{global,local}-development.php`.
 */

return [
    'view_manager' => [
        'display_exceptions' => true,
    ],
];


??

??