-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Route match doesn't work on Windows 7 #11780
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
Comments
I think you should call it the other way around, like: |
actually i wrote it wrong sorry but still not working:
but the route is working:
|
It's probably because you use cygwin and cygwin automatically resolves parameters that look like paths to absolute paths. I.e. what the command actually receives is: |
yes you're right i'm using Git Bash for all php comands and others... if I run command in CMD i'll get the results:
is any way how to use it in cygwin or git bash? |
@rokerkony gitbash needs to double the first |
…cation (Tobion) This PR was merged into the 2.3 branch. Discussion ---------- [FrameworkBundle] output failed matched path for clarification | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #11780 | License | MIT | Doc PR | - Because cygwin resolves the path behind the scenes, it is otherwise very unclear what path is actually used for matching. Commits ------- 8d13af7 [FrameworkBundle] output failed matched path for clarification
Hi guys,
I tried route match command for console and it doesn't work on my PC, I'm using Windows 7.
This is route debug and it's working:
But route match is always returning
The text was updated successfully, but these errors were encountered: