Skip to main content
1

Install Laravel Herd

You can download it form here. Default settings are fine.
2

Adding Statamic CLI to Path

Get the Composer’s path:
composer global config bin-dir --absolute
Check which shell you’re using:
echo $SHELL
1

Open shell rc file

open ~/.bashrc
2

Replace directory with one you identified in step 2

Add this at the end of the file, then save:
export PATH="/Users/me/.composer/vendor/bin/":$PATH
3

Install Statamic CLI

composer global require statamic/cli