Last active
September 23, 2024 10:10
-
-
Save WalrusSoup/797c2d777e94b6599c853d2178d413d2 to your computer and use it in GitHub Desktop.
Revisions
-
WalrusSoup revised this gist
Jul 24, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Saving this so I dont forget later. 4. Output paths to refresh `$FilePath$` 5. Working Directory `$ProjectFileDir$` 6. Environment Variables `COMPOSE_INTERACTIVE_NO_CLI=1` 7. `Auto-save edited files to trigger the watcher` unchecked 8. `Trigger the watcher on external changes` checked 9. Show console: `on error`. Set to `never` after testing. -
WalrusSoup revised this gist
Jul 24, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Saving this so I dont forget later. 4. Output paths to refresh `$FilePath$` 5. Working Directory `$ProjectFileDir$` 6. Environment Variables `COMPOSE_INTERACTIVE_NO_CLI=1` 7. `Auto-save edited files to trigger` the watcher unchecked 8. `Trigger the watcher on external changes` checked 9. Show console: `on error`. Set to `never` after testing. -
WalrusSoup revised this gist
Jul 24, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,4 @@ Saving this so I dont forget later. 6. Environment Variables `COMPOSE_INTERACTIVE_NO_CLI=1` 7. Auto-save edited files to trigger the watcher checked 8. Trigger the watcher on external changes checked 9. Show console: `on error`. Set to `never` after testing. -
WalrusSoup renamed this gist
Jul 24, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
WalrusSoup created this gist
Jul 24, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ Saving this so I dont forget later. # Run Laravel Pint from Phpstorm with WSL on save with Laravel Sail 1. create custom file watcher 2. For tool to Run on Changes add the full path to vendor/bin/sail via WSL like so `\\wsl$\Ubuntu\home\ozen\projects-sail\MYPROJECT\vendor\bin\sail` 3. Arguments `bin pint $/FileRelativePath$` 4. Output paths to refresh `$FilePath$` 5. Working Directory `$ProjectFileDir$` 6. Environment Variables `COMPOSE_INTERACTIVE_NO_CLI=1` 7. Auto-save edited files to trigger the watcher checked 8. Trigger the watcher on external changes checked 9. Show console: `on error`