Setup phpMyAdmin with Laravel Valet
This article will show step by step on how to setup phpMyAdmin with Laravel Valet:
-
Install Homebrew. Execute the following shell command in your terminal:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
If you have Homebrew already installed, update it:
brew update
-
Install composer. Execute the following shell commands in your terminal: