Skip to content

Instantly share code, notes, and snippets.

@crot4lus
Created February 11, 2015 16:27
Show Gist options
  • Save crot4lus/662c0ed04187a680db70 to your computer and use it in GitHub Desktop.
Save crot4lus/662c0ed04187a680db70 to your computer and use it in GitHub Desktop.
<?php
$baseDir = dirname(dirname(__FILE__));
return [
'plugins' => [
'Bake' => $baseDir . '/vendor/cakephp/bake/',
'DebugKit' => $baseDir . '/vendor/cakephp/debug_kit/',
'Migrations' => $baseDir . '/vendor/cakephp/migrations/'
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment