mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 23:45:28 +00:00
34 lines
547 B
Plaintext
34 lines
547 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|