2019-09-20 16:57:00 +01:00
|
|
|
# valet
|
|
|
|
|
|
|
|
> A Laravel development environment that allows hosting sites via local tunnels on `http://<example>.test`.
|
2023-06-25 02:42:58 +01:00
|
|
|
> More information: <https://laravel.com/docs/valet>.
|
2019-09-20 16:57:00 +01:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2023-06-25 02:42:58 +01:00
|
|
|
`valet link {{application_name}}`
|
2019-09-20 16:57:00 +01:00
|
|
|
|
|
|
|
- Share a project via an Ngrok tunnel:
|
|
|
|
|
|
|
|
`valet share`
|