We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725b658 commit f5fda0fCopy full SHA for f5fda0f
2 files changed
config/params.php
@@ -10,12 +10,15 @@
10
'@root' => dirname(__DIR__),
11
'@assets' => '@public/assets',
12
'@assetsUrl' => '@baseUrl/assets',
13
+ '@baseUrl' => '/',
14
'@data' => '@root/data',
15
+ '@public' => '@root/public',
16
'@resources' => '@root/resources',
17
'@runtime' => '@root/runtime',
18
'@src' => '@root/src',
19
'@tests' => '@root/tests',
20
'@views' => '@root/views',
21
+ '@vendor' => '@root/vendor',
22
],
23
24
];
yii
100644
100755
0 commit comments