Skip to content

Instantly share code, notes, and snippets.

@ppeiris
Created November 13, 2013 17:37
Show Gist options
  • Save ppeiris/7453111 to your computer and use it in GitHub Desktop.
Save ppeiris/7453111 to your computer and use it in GitHub Desktop.
dev config file for zf2
<?php
/** Modules are in this file should only be activated in development env */
return array(
'modules' => array('ZfTools',
'ZF\Apigility\Admin'
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment