Commit a145d3ad by Lorenzo Milesi

Fix double specification of basePath

parent 357e211c
...@@ -310,7 +310,7 @@ automatically by the [[yii\web\AssetManager|asset manager]]. ...@@ -310,7 +310,7 @@ automatically by the [[yii\web\AssetManager|asset manager]].
By default, assets are published to the folder `@webroot/assets` which corresponds to the URL `@web/assets`. By default, assets are published to the folder `@webroot/assets` which corresponds to the URL `@web/assets`.
You may customize this location by configuring the [[yii\web\AssetManager::basePath|basePath]] and You may customize this location by configuring the [[yii\web\AssetManager::basePath|basePath]] and
[[yii\web\AssetManager::basePath|basePath]] properties. [[yii\web\AssetManager::baseUrl|baseUrl]] properties.
Instead of publishing assets by file copying, you may consider using symbolic links, if your OS and Web server allow. Instead of publishing assets by file copying, you may consider using symbolic links, if your OS and Web server allow.
This feature can be enabled by setting [[yii\web\AssetManager::linkAssets|linkAssets]] to be true. This feature can be enabled by setting [[yii\web\AssetManager::linkAssets|linkAssets]] to be true.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment