Created
February 1, 2015 06:58
-
-
Save junichi11/9db666005afc0fb20c16 to your computer and use it in GitHub Desktop.
Path aliases file for Yii2 Framework
This file contains 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
{ | |
"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