snippetbashTip
valet — A Laravel development environment that allows hosting sites via local tunnels on <http://example.tes
Viewed 0 times
valetcommandlaraveldevelopmentclienvironmentallowsthat
macos
Problem
How to use the
valet command: A Laravel development environment that allows hosting sites via local tunnels on <http://example.test>. More information: <https://laravel.com/docs/valet>.Solution
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 startRegister the current working directory as a path that Valet should search for sites:
valet parkView "parked" paths:
valet pathsServe a single site instead of an entire directory:
valet link {{application_name}}Share a project via an Ngrok tunnel:
valet shareCode Snippets
Start the valet daemon
valet startRegister the current working directory as a path that Valet should search for sites
valet parkView "parked" paths
valet pathsServe a single site instead of an entire directory
valet link {{application_name}}Share a project via an Ngrok tunnel
valet shareContext
tldr-pages: osx/valet
Revisions (0)
No revisions yet.