1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/osx/valet.md
K.B.Dharun Krishna 3c5023d6d5
valet: update page (#10293)
* valet: update page
2023-06-25 07:12:58 +05:30

499 B

valet

A Laravel development environment that allows hosting sites via local tunnels on http://<example>.test. 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

  • View 'parked' paths:

valet paths

  • Serve a single site instead of an entire directory:

valet link {{application_name}}

  • Share a project via an Ngrok tunnel:

valet share