Skip to content

Instantly share code, notes, and snippets.

@real34
Last active August 29, 2015 14:13
Show Gist options
  • Save real34/f481037de068e4399f95 to your computer and use it in GitHub Desktop.
Save real34/f481037de068e4399f95 to your computer and use it in GitHub Desktop.
<?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