Skip to content

Instantly share code, notes, and snippets.

View luismec90's full-sized avatar
๐Ÿ˜Ž

Luis Montoya luismec90

๐Ÿ˜Ž
View GitHub Profile
@bgarrant
bgarrant / ValetSwitchPHP.md
Last active November 25, 2024 15:47
How to Switch PHP Version in Laravel Valet between PHP 7.1 and PHP 5.6

How to Switch PHP Version in Laravel Valet between PHP 7.1 and PHP 5.6

Valet switch PHP version with these commands

Install PHP 5.6 and switch Valet to PHP 5.6

valet stop
brew unlink php71
brew install php56
brew install php56-mcrypt