Last active
August 29, 2015 14:13
-
-
Save real34/f481037de068e4399f95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$baseDir = dirname(dirname(__FILE__)); | |
return array ( | |
'plugins' => | |
array ( | |
'Migrations' => $baseDir . '/vendor/cakephp/migrations/', | |
'Bake' => $baseDir . '/vendor/cakephp/bake/', | |
'DebugKit' => $baseDir . '/vendor/cakephp/debug_kit/', | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment