File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1313
1414return array (
1515 /**
16- * Craft path
16+ * Craft base path
1717 *
1818 * Specify the path to your craft folder
1919 * If you leave this blank, it will assume your
2020 * folder is <current directory>/craft
2121 */
2222 'craft_path ' => __DIR__ .'/craft ' ,
23+
24+ /**
25+ * Craft app path
26+ *
27+ * Specify the path to your craft app folder
28+ * If you leave this blank, it will assume your
29+ * folder is <current directory>/craft/app
30+ */
31+ 'craft_app_path ' => null ,
32+
33+ /**
34+ * Craft framework path
35+ *
36+ * Specify the path to your Yii framework folder
37+ * If you leave this blank, it will assume your
38+ * folder is <current directory>/craft/app/framework
39+ */
40+ 'craft_framework_path ' => null ,
2341
2442 /**
2543 * Craft config path
You can’t perform that action at this time.
0 commit comments