2025-03-14 21:59:59 -06:00
|
|
|
# valet
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
> A Laravel development environment that allows hosting sites via local tunnels on <http://example.test>.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://laravel.com/docs/valet>.
|
|
|
|
|
|
|
|
|
|
- Start the valet daemon:
|
|
|
|
|
|
|
|
|
|
`valet start`
|
|
|
|
|
|
|
|
|
|
- Register the current working directory as a path that Valet should search for sites:
|
|
|
|
|
|
|
|
|
|
`valet park`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- View "parked" paths:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`valet paths`
|
|
|
|
|
|
|
|
|
|
- Serve a single site instead of an entire directory:
|
|
|
|
|
|
|
|
|
|
`valet link {{application_name}}`
|
|
|
|
|
|
|
|
|
|
- Share a project via an Ngrok tunnel:
|
|
|
|
|
|
|
|
|
|
`valet share`
|