mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
parent
a5d3521844
commit
3c5023d6d5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# valet
|
# valet
|
||||||
|
|
||||||
> A Laravel development environment that allows hosting sites via local tunnels on `http://<example>.test`.
|
> A Laravel development environment that allows hosting sites via local tunnels on `http://<example>.test`.
|
||||||
> More information: <https://laravel.com/docs/8.x/valet>.
|
> More information: <https://laravel.com/docs/valet>.
|
||||||
|
|
||||||
- Start the valet daemon:
|
- Start the valet daemon:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Serve a single site instead of an entire directory:
|
- Serve a single site instead of an entire directory:
|
||||||
|
|
||||||
`valet link app-name`
|
`valet link {{application_name}}`
|
||||||
|
|
||||||
- Share a project via an Ngrok tunnel:
|
- Share a project via an Ngrok tunnel:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue