Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created February 1, 2015 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junichi11/9db666005afc0fb20c16 to your computer and use it in GitHub Desktop.
Save junichi11/9db666005afc0fb20c16 to your computer and use it in GitHub Desktop.
Path aliases file for Yii2 Framework
{
"aliases": {
"@app/controllers" : ["controllers", "mycontrollers"],
"@app/models" : ["mymodels"],
"@app/views" : ["themes/basic", "views", "views2"],
"@yii": ["vendor/yiisoft/yii2"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment