From ce995955d4ce73ef99354a129e3db66b87679b3d Mon Sep 17 00:00:00 2001 From: stets Date: Fri, 20 Sep 2019 11:57:00 -0400 Subject: [PATCH] valet: add page (#3266) --- pages/osx/valet.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/osx/valet.md diff --git a/pages/osx/valet.md b/pages/osx/valet.md new file mode 100644 index 000000000..9449aa2ec --- /dev/null +++ b/pages/osx/valet.md @@ -0,0 +1,24 @@ +# valet + +> A Laravel development environment that allows hosting sites via local tunnels on `http://.test`. +> More information: . + +- 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`