Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <?php
  2. /**
  3. * Configuration file generated by ZF Apigility Admin
  4. *
  5. */
  6. return [
  7. 'modules' => [
  8. 'Application',
  9. 'DoctrineModule',
  10. 'DoctrineORMModule',
  11. 'ZfcBase',
  12. 'ZfcUser',
  13. 'ZfcUserDoctrineORM',
  14. 'ZF\\DevelopmentMode',
  15. 'ZF\\Apigility',
  16. 'ZF\\Apigility\\Provider',
  17. 'ZF\\Apigility\\Documentation',
  18. 'AssetManager',
  19. 'ZF\\ApiProblem',
  20. 'ZF\\MvcAuth',
  21. 'ZF\\OAuth2',
  22. 'ZF\\Hal',
  23. 'ZF\\ContentNegotiation',
  24. 'ZF\\ContentValidation',
  25. 'ZF\\Rest',
  26. 'ZF\\Rpc',
  27. 'ZF\\Versioning',
  28. 'User',
  29. ],
  30. 'module_listener_options' => [
  31. 'module_paths' => [
  32. './module',
  33. './vendor',
  34. ],
  35. 'config_glob_paths' => [
  36. 'config/autoload/{,*.}{global,local}.php',
  37. ],
  38. ],
  39. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement