mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
herd: add page (#15879)
This commit is contained in:
parent
e3d8ef72c8
commit
515fd74c9a
1 changed files with 28 additions and 0 deletions
28
pages/osx/herd.md
Normal file
28
pages/osx/herd.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue