Answer the question
In order to leave comments, you need to log in
Why isn't the latest version of laravel being installed?
I enter in the console:
composer create-project --prefer-dist laravel/laravel blog
// проверим версию
php -v
// усанавливаем php 7.1
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.1
// обновляем пути
export PATH=/usr/local/php5/bin:$PATH
// проверяем версию
php -v
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question