From 515fd74c9a249fa4df84009d4f85d52e49bf2af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Mon, 17 Mar 2025 11:14:19 +0100 Subject: [PATCH] herd: add page (#15879) --- pages/osx/herd.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/osx/herd.md diff --git a/pages/osx/herd.md b/pages/osx/herd.md new file mode 100644 index 0000000000..78a2c2e571 --- /dev/null +++ b/pages/osx/herd.md @@ -0,0 +1,28 @@ +# herd + +> An official Laravel PHP development environment for macOS. +> More information: . + +- 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`