-
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
add new cli cmnd to show the valet folder path #645
Comments
@ctf0 wrote:
Where is this "number of users" you speak of? Please post links. And where are they discussing this "havok"? It would be helpful to see all the discussions where they explain the details of the exact problem they're having, and what specific workflow has been interrupted by the change. Please post links. And now for you specifically, what exactly is it you were wanting to browse the |
for instance #635 #640 (comment)
using the ssl cert file paths in laravel-echo & custom drivers |
Okay, fair. I can appreciate that it's hard to debug something suddenly breaking when the dev environment changed and you didn't know what may have caused it. It's not my call, but I'm not convinced that another CLI command is needed. |
From what I can see, there's a single need for this and everything else is irrelevant. Let me know if I'm wrong on that. I haven't seen this "SSL cert file paths in laravel-echo and custom drivers"; is it something with a useful solution outside of this relatively un-useful command? Thanks @drbyte for your research. |
That's how I read it also.
I'm assuming that they had some reason to edit a custom Valet driver they'd installed. Not sure why it would be needed, but knowing the correct path would be relevant. The relocation of config files to a standard location is seamless as far as I can tell, and the devs I've talked to about it, even at a meetup this week, have had no negative impact from the change. Nevertheless it would be good to get the docs PR merged. |
after upgrading i had a very similar issue as #640 (comment) , also the #635 (comment) can shows clearly the frustration i had for almost 2 hrs just to find by pure luck that the problem was related to valet not the other 6 libs i upgraded at the same time.
it was me as it was in the wrong place which then moved to #635
for the ssl check https://github.com/tlaverdure/laravel-echo-server#configurable-options which is needed if serving over https on a side note: |
Yah, I see what you had happen here, but you would've had to know to look for this command to see where your config directory is... which would've required you to go look at the repo... which would've, hopefully, led you to look at the changelog. I understand that changes happening to the syntax of a project can break things in unexpected ways and I hope we're able to do a great job of helping people be minimally negative impacted by those changes. But I can't see how this command would have prevented any of your difficulty or would prevent it for anyone in the future. Am I maybe just missing something? Thanks! And yah, I think that if you saw all those package log change logs during upgrade it would be nice. One thing I do is try to be very cautious with my composer update calls, and preferably update one library at a time rather than all of them at once. But I get that that introduces cost. |
not really, because when u try to run echo, u will get an error of wrong cert path,
|
Right, but the path is not changing again, and you would've had to check the docs to know that that even was added, and when you checked the docs you would've seen this update. I get that you wish that this was different last time, but I can't see how this is going to help anyone going forward. Thanks! |
based on the recent changes to the valet folder path from
~/.valet
to~/.config/valet
which have caused a havok for quite a number of users, can we have a new cmnd that simply shows the current correct path of valet ? ex.The text was updated successfully, but these errors were encountered: