From 68933acade160ba9db8132202b155b5184b4dda5 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Thu, 5 Sep 2019 13:39:35 +0200 Subject: [PATCH] docs(laravel): update Valet commands --- backend/laravel.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/backend/laravel.php b/backend/laravel.php index 98c4952..a383ab5 100644 --- a/backend/laravel.php +++ b/backend/laravel.php @@ -389,17 +389,22 @@ valet install // Install the Valet daemon. valet uninstall // Uninstall the Valet daemon. valet use php@7.2 // Allows you to switch between php versions. -valet restart // Restart the Valet daemon. valet start // Start the Valet daemon. valet stop // Stop the Valet daemon. +valet restart // Restart the Valet daemon. valet park // Register your current working directory as a path which Valet should search for sites. valet forget // Run this command from a "parked" directory to remove it from the parked directory list. valet paths // View all of your "parked" paths. -valet link // Link a single site in the current directory and not the entire directory. -valet unlink // Unlink a single site in the current directory + +valet link // Link a single site in the current directory and not the entire directory. +valet unlink // Unlink a single site in the current directory +valet links // View all of your "linked" paths. + valet secure // Serve site into https valet unsecure // Revert back to http -valet log // View a list of logs which are written by Valet's services. -valet trust // Add sudoers files for Brew and Valet to allow Valet commands to be run without prompting for passwords. +valet log // View a list of logs which are written by Valet's services. +valet trust // Add sudoers files for Brew and Valet to allow Valet commands to be run without prompting for passwords. +valet tld // Update tld for your domains (default to test). +valet share // Share your site with the world.