Skip to content

Instantly share code, notes, and snippets.

View mbennett10's full-sized avatar

Matt Bennett mbennett10

View GitHub Profile
@bradtraversy
bradtraversy / laravel_valet_setup.md
Last active September 5, 2024 15:06
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)"
@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active September 21, 2024 11:28
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH