Change Laravel Homestead v7.0.1 with php 7.2 to php 7.1

后端 未结 3 1775
醉酒成梦
醉酒成梦 2020-12-29 06:40

What are the steps to downgrade the php version to 7.1 and make it default on latest Homestead 7, Homestead 7 comes with php version 7.2 as default.

There are a numb

3条回答
  •  轮回少年
    2020-12-29 07:28

    You shouldn't use older versions of Homestead if you just want to use a different version of PHP.

    You can set each site to use PHP 7.1, that won't hurt anything. You can change the CLI version by running php71 from the command line.

提交回复
热议问题