Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release_3.0.0
  • test
  • feature_pre_sql
  • develop
  • 3.0.1
  • 3.0.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.6
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
25 results

modules.config.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    modules.config.php 776 B
    <?php
    /**
     * Configuration file generated by ZF Apigility Admin
     *
     * The previous config file has been stored in ./config/modules.config.old
     */
    return [
        'Zend\Cache',
        'Zend\Form',
        'Zend\\Db',
        'Zend\\Filter',
        'Zend\\Hydrator',
        'Zend\\InputFilter',
        'Zend\\Paginator',
        'Zend\\Router',
        'Zend\\Validator',
        'ZF\\Apigility',
        'ZF\\Apigility\\Documentation',
        'ZF\\ApiProblem',
        'ZF\\Configuration',
        'ZF\\OAuth2',
        'ZF\\MvcAuth',
        'ZF\\Hal',
        'ZF\\ContentNegotiation',
        'ZF\\ContentValidation',
        'ZF\\Rest',
        'ZF\\Rpc',
        'ZF\\Versioning',
        'DoctrineModule',
        'Phpro\DoctrineHydrationModule',
        'ZF\Apigility\Doctrine\Admin',
        'ZF\Apigility\Doctrine\Server',
        'Application',
        'FirstRest',
    ];