Docs for vendor expose through FTP

See https://forum.silverstripe.org/t/upgrade-from-4-0-3-to-4-1-0-unspported-browser-message/272/7
This commit is contained in:
Ingo Schommer 2018-04-12 14:10:28 +12:00
parent 257ff69e32
commit 86b1665fd2

View File

@ -550,7 +550,8 @@ folder automatically on `composer install`.
If your deployment process relies on `composer install` on the production environment,
and this environment supports symlinks, you don't need to change anything.
If you deploy release archives, either ensure those archives can correctly extract symlinks,
If you deploy release archives or upload code via FTP,
either ensure those archives can correctly extract symlinks,
or explicitly switch to the "copy" mode to avoid symlinks.
### SS_Log replaced with PSR-3 logging {#psr3-logging}