System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.