-
Notifications
You must be signed in to change notification settings - Fork 59
Fix for PHP Command for Pint on Windows #469
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
base: main
Are you sure you want to change the base?
Fix for PHP Command for Pint on Windows #469
Conversation
|
Would this pr also fix this issue when i have ddev environment? where as if i run this manually it works: |
|
@TonsiTT I don't know. I'm using laradock in devcontainer mode. |
|
@TonsiTT does using DDEV as PHP env not fix this for you?
|
Yeah i have ddev selected but despite that it gives the error when using pint |
|
@TonsiTT you should open an issue then, so it is easy to track it |
I will wait for this to be merged. Have a feeling this would solve the path issue for ddev as well |
|
Using WSL sometimes throws this error: |
i used to have this on non php stuff. this is defo a vscode issue. just restart vscode and/or manually save that file once |


I'm not 100% sure, but I think that any console php command on Windows requires a path to php at the beginning.
Without this the Pint command doesn't work on Windows.