valet: add page (#3266)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
f3bb4d677a
commit
ce995955d4
24
pages/osx/valet.md
Normal file
24
pages/osx/valet.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# valet
|
||||||
|
|
||||||
|
> A Laravel development environment that allows hosting sites via local tunnels on `http://<example>.test`.
|
||||||
|
> More information: <https://laravel.com/docs/5.8/valet>.
|
||||||
|
|
||||||
|
- Start the valet daemon:
|
||||||
|
|
||||||
|
`valet start`
|
||||||
|
|
||||||
|
- Register the current working directory as a path that Valet should search for sites:
|
||||||
|
|
||||||
|
`valet park`
|
||||||
|
|
||||||
|
- View 'parked' paths:
|
||||||
|
|
||||||
|
`valet paths`
|
||||||
|
|
||||||
|
- Serve a single site instead of an entire directory:
|
||||||
|
|
||||||
|
`valet link app-name`
|
||||||
|
|
||||||
|
- Share a project via an Ngrok tunnel:
|
||||||
|
|
||||||
|
`valet share`
|
Reference in New Issue
Block a user