if (document.readyState === 'complete') {
someFunction();
} else {
window.addEventListener('load', someFunction);
}
location / {
root /var/www/web/sites;
try_files /$host/ @default_host;
proxy_pass http://127.0.0.1:8080;
proxy_redirect http://127.0.0.1:8080/ /;
auth_basic "Restricted Access";
auth_basic_user_file /etc/nginx/auth.htpasswd;
}
location /bitrix/admin/ {
proxy_pass http://127.0.0.1:8080;
proxy_redirect http://127.0.0.1:8080/ /;
auth_basic off;
}
composer installустанавливаются и dev-зависимости.
composer install --no-devустанавливаются только те зависимости, что в основном блоке require.
хотелось бы частично повторить его под свои услуги.
Вопрос по этому сайту.
The setting you are looking for is "compact folders". You can get there by going to: File → Preferences → Settings → explorer.compactFolders and then unchecking the box.
Параметр, который вы ищете, это «компактные папки». Вы можете попасть туда, выбрав: Файл → Настройки → Настройки → explorer.compactFolders, а затем сняв флажок.