open-southeners / vscode-laravel-pint

🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting
https://marketplace.visualstudio.com/items?itemName=open-southeners.laravel-pint
MIT License
80 stars 17 forks source link

Run Laravel Pint inside docker container #49

Open yungts97 opened 9 months ago

yungts97 commented 9 months ago

I'm using WSL2 and not PHP installed in my WSL2. And I run my Laravel project with a custom PHP docker container. I'm not using Laravel Sail for that. Is there any way to make Laravel Pint run it on my PHP docker container?

d8vjork commented 8 months ago

This will be difficult as is already a challenge having a Laravel Sail setup (see #34)

Only difficult part here is determining in which container the code and PHP with the dependencies is