mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
28 lines
422 B
Markdown
28 lines
422 B
Markdown
# herd
|
|
|
|
> An official Laravel PHP development environment for macOS.
|
|
> More information: <https://herd.laravel.com>.
|
|
|
|
- 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`
|