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 October 21, 2024 10:01
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)"