hello, I have problems with Laravel Pint configuration in PhpStorm. I run projects with docker-compose, OS is Windows 11 but project files are under WSL2.
In actions on save I have disabled formatting PHP code. File watcher configuration:
Program: docker-compose
Arguments: exec -u 1000 -it app /app/vendor/bin/pint /$/FileRelativePath$
Output paths to refresh: /app/$/FileRelativePath$ also tested another variants
Working directory: $UnixSeparators($ProjectFileDir$\app)$ checked others too
And never have I seen this working correctly.
About my project configuration:
- wsl2
- docker-compose
- in container project in directory /app
PhpStorm works fine with my docker-compose, probably is a problem with arguments or output path.