Init du projet
This commit is contained in:
18
config/development.config.php.dist
Normal file
18
config/development.config.php.dist
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
|
||||
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
|
||||
return [
|
||||
// Additional modules to include when in development mode
|
||||
'modules' => [
|
||||
],
|
||||
// Configuration overrides during development mode
|
||||
'module_listener_options' => [
|
||||
'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}-development.php'],
|
||||
'config_cache_enabled' => false,
|
||||
'module_map_cache_enabled' => false,
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user