Skip to content

Instantly share code, notes, and snippets.

@hiraq
Last active December 11, 2015 00:19
Show Gist options
  • Save hiraq/4515725 to your computer and use it in GitHub Desktop.
Save hiraq/4515725 to your computer and use it in GitHub Desktop.
Place this code at app/Config/bootstrap.php. Don't forget to import Cloggy main sql at app/Plugin/Cloggy/Config/sql/cloggy_main.sql and set your cakephp database configurations
CakePlugin::load(array(
'Cloggy' => array(
'routes' => true,
'bootstrap' => true
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment