In terminal.app, install ffmpeg through homebrew
brew install ffmpeg
Validate the installation:
| <?php | |
| /* | |
| Plugin Name: EDD Test Payments | |
| Plugin URI: https://gist.github.com/zackkatz/7418620 | |
| Description: Allow admins to use Test Payment even when it's not enabled. | |
| Author: Katz Web Services, Inc. | |
| Version: 1.0 | |
| Author URI: http://katz.co | |
| */ |
This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well
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)"