Skip to content

Instantly share code, notes, and snippets.

View samnzay's full-sized avatar

Samuel Nzayisenga samnzay

View GitHub Profile
@bradtraversy
bradtraversy / laravel_valet_setup.md
Last active July 17, 2024 01:50
Laravel Valet install on mac

Laravel Valet Setup (Mac)

This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well

Install Homebrew

Go to https://brew.sh/ and copy the command and run in your terminal

It will be something like this...

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"