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
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.
php71