Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created August 7, 2014 15:26
Show Gist options
  • Save damianoporta/90850ae2bd2a2db29a9b to your computer and use it in GitHub Desktop.
Save damianoporta/90850ae2bd2a2db29a9b to your computer and use it in GitHub Desktop.
App::build(
[
'Plugin' => [ROOT . '/Plugin/', ROOT . '/app/Plugin/'],
'Vendor' => [ROOT . '/vendor/', ROOT . '/app/Vendor/']
],
App::RESET
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment