HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

herd — An official Laravel PHP development environment for macOS. More information: <https://herd.laravel.c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
officialcommandlaraveldevelopmentclienvironmentphpherd
macos

Problem

How to use the herd command: An official Laravel PHP development environment for macOS. More information: <https://herd.laravel.com/docs/macos/advanced-usage/herd-cli>.

Solution

herd — An official Laravel PHP development environment for macOS. More information: <https://herd.laravel.com/docs/macos/advanced-usage/herd-cli>.

Start the Herd services:
herd start


Stop the Herd services:
herd stop


Restart the Herd services:
herd restart


Link the current working directory to Herd:
herd link


Open the site for the current directory in the browser:
herd open


List all available commands:
herd list

Code Snippets

Start the Herd services

herd start

Stop the Herd services

herd stop

Restart the Herd services

herd restart

Link the current working directory to Herd

herd link

Open the site for the current directory in the browser

herd open

Context

tldr-pages: osx/herd

Revisions (0)

No revisions yet.