-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the commands disappeared in 2.1.0 #635
Comments
Hmmm ... here's the output I get: valet list
Laravel Valet 2.1.0
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
fetch-share-url Get the URL to the current Ngrok tunnel
forget Remove the current working (or specified) directory from Valet's list of paths
help Displays help for a command
install Install the Valet services
link Link the current working directory to Valet
links Display all of the registered Valet links
list Lists commands
on-latest-version Determine if this is the latest version of Valet
open Open the site for the current (or specified) directory in your browser
park Register the current working (or specified) directory with Valet
paths Get all of the paths registered with Valet
restart Restart the Valet services
secure Secure the given domain with a trusted TLS certificate
share Generate a publicly accessible URL for your project
start Start the Valet services
stop Stop the Valet services
tld [domain] Get or set the TLD used for Valet sites.
trust Add sudoers files for Brew and Valet to make Valet commands run without passwords
uninstall Uninstall the Valet services
unlink Remove the specified Valet link
unsecure Stop serving the given domain over HTTPS and remove the trusted TLS certificate
which Determine which Valet driver serves the current working directory
make
make:db Create a new database |
Quick fix: run I think this is happening because you have a |
It does display differently if you haven't |
@drbyte I'm running out right now, but I think the fix might be to add a check in |
@drbyte yah, the problem is if you installed a while ago and then upgraded, you are going to see no commands until you |
Agreed. |
Line 57 in b76bb0d
|
I think because previously if there is a Valet issue, the answer was always to delete it from Thanks everyone! |
I'm gonna keep this open because I'd like us to fix it so people don't have to run install after they upgrade if it's possible. Thanks Jeremy! |
copy that!! Welcome! |
Fixes laravel#635 by detecting if the config directory is in the old location and moving it immediately when running any Valet command.
@mattstauffer cant we have a cli cmnd to show the path to the valet folder instead of having the user going in circles for hours trying to figure out why the f*ck the |
@ctf0 I don't really understand your question. Is it related to this issue above? If not, please open a new issue. Thanks! |
The text was updated successfully, but these errors were encountered: