Skip to content

Instantly share code, notes, and snippets.

@violetyk
Last active October 12, 2015 15:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save violetyk/4049895 to your computer and use it in GitHub Desktop.
Save violetyk/4049895 to your computer and use it in GitHub Desktop.
{
"build_path": {
"models": [
"/full/path/to/models/",
"/next/full/path/to/models/"
],
"components": [
"/full/path/to/components/",
"/next/full/path/to/components/"
],
"helpers": [
"/full/path/to/helpers/",
"/next/full/path/to/helpers/"
]
},
"cake" : "/path/to/another_cakephp_core/"
}
@violetyk
Copy link
Author

violetyk commented Mar 6, 2013

CakePHPコアディレクトリを追加した : cake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment