Skip to content

Instantly share code, notes, and snippets.

View amitozdeol's full-sized avatar
🐢
Focusing

Amitoz Deol amitozdeol

🐢
Focusing
View GitHub Profile
@amitozdeol
amitozdeol / ValetSwitchPHP.md
Created December 21, 2018 15:42 — forked from bgarrant/ValetSwitchPHP.md
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
@amitozdeol
amitozdeol / cookie.js
Created December 27, 2018 16:24 — forked from bronson/cookie.js
Read and write cookies from javascript. Small and simple.