Skip to content
Snippets Groups Projects
Select Git revision
  • 84752553e1a508126e8824772ee0a39802da9100
  • master default protected
  • zf-3.x
  • dev-zf-3.x
  • 4.0.5
  • 4.0.4
  • 4.0.3
  • 4.0.2
  • 4.0.1
  • 4.0.0
  • 0.8.0
  • 0.7.1
  • 0.7.0
  • 0.6.0
  • 0.5.8
  • 0.5.7
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5
  • 0.4
24 results

Source.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    development.config.php.dist 619 B
    <?php
    /**
     * @license   http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
     * @copyright Copyright (c) 2014-2016 Zend Technologies USA Inc. (http://www.zend.com)
     */
    
    return [
        // Development time modules
        'modules' => [
            'ZendDeveloperTools',
            'ZF\Apigility\Admin',
            'ZF\Apigility\Doctrine\Admin',
        ],
        // development time configuration globbing
        'module_listener_options' => [
            'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}-development.php'],
            'config_cache_enabled' => false,
            'module_map_cache_enabled' => false,
        ],
    ];