mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 11:10:36 +08:00
Merge pull request #4601 from SDKiller/patch-1
Replaced backslashes with forward slashes in template path example [skip...
This commit is contained in:
@@ -187,7 +187,7 @@ if (YII_ENV_DEV) {
|
|||||||
'crud' => [ //name generator
|
'crud' => [ //name generator
|
||||||
'class' => 'yii\gii\generators\crud\Generator', //class generator
|
'class' => 'yii\gii\generators\crud\Generator', //class generator
|
||||||
'templates' => [ //setting for out templates
|
'templates' => [ //setting for out templates
|
||||||
'myCrud' => '@app\myTemplates\crud\default', //name template => path to template
|
'myCrud' => '@app/myTemplates/crud/default', //name template => path to template
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user