Когда я печатаю «hello world» на локальном хосте, он не работает.
Но когда я устанавливаю композитор с помощью этой команды .
Код: Выделить всё
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
Код: Выделить всё
php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c636f7cd84f6db9189d43a81e5503cda447da73c7e5b6') {
echo 'Installer verified';
} else {
echo 'Installer corrupt';
unlink('composer-setup.php');
}
echo PHP_EOL;"
Код: Выделить всё
php composer-setup.php
Код: Выделить всё
php -r "unlink('composer-setup.php');"
What is the solution for this problem, I tried to install Homebrew but it was not installed either, I don't know what the issue is.
Подробнее здесь: https://stackoverflow.com/questions/785 ... ook-air-m2