Skip to content

Instantly share code, notes, and snippets.

@miholeus
Created January 17, 2019 08:53
Show Gist options
  • Save miholeus/53fda507412ff97a58c2e48ea2471ae6 to your computer and use it in GitHub Desktop.
Save miholeus/53fda507412ff97a58c2e48ea2471ae6 to your computer and use it in GitHub Desktop.
zf docflow config
<?php
<?php
/**
* Configuration file generated by ZF Apigility Admin
*
* The previous config file has been stored in /app/app/DocFlowServer/config/autoload/../../config/modules.config.old
*/
return [
'Zend\Filter',
'Zend\Hydrator',
'Zend\InputFilter',
'Zend\Router',
'Zend\Validator',
'ZF\Apigility',
'ZF\Apigility\Documentation',
'ZF\ApiProblem',
'ZF\Hal',
'ZF\ContentNegotiation',
'ZF\ContentValidation',
'ZF\Rest',
'ZF\Rpc',
'ZF\Versioning',
'ZF\OAuth2',
'ZF\OAuth2\Doctrine',
'Phpro\DoctrineHydrationModule',
'ZF\Apigility\Doctrine\Server',
'DoctrineModule',
'DoctrineORMModule',
'ZF\Doctrine\QueryBuilder',
'ZF\Doctrine\Hydrator',
'TSP\Common',
'TSP\Auth',
'TSP\AuthClient',
'TSP\User',
'TSP\OAuth2',
'TSP\Doctrine',
'TSP\\ApigilityApp',
'TSP\Lock',
'TSP\Accounting',
'TSP\Documents',
'TSP\Payoneer',
'TSP\Epayments',
'TSP\ProjectsPortfolio',
'DocFlow\Common',
'DocFlow\Payment',
'DocFlow\\Api',
];
@miholeus
Copy link
Author

Run command

composer require zendframework/zend-console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment