Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afiqiqmal/8e611b9b80619a120633ecedbce75425 to your computer and use it in GitHub Desktop.
Save afiqiqmal/8e611b9b80619a120633ecedbce75425 to your computer and use it in GitHub Desktop.
Laragon Cmder in PHPStorm

Navigate to PHPStorm's Settings > Tools > Terminal and set...

Shell path "cmd" /k "C:\laragon\bin\cmder\vendor\init.bat"

@aasutossh
Copy link

It produces some errors

Generating clink initial settings in "C:\config\settings"
Additional *.lua files in "C:\config" are loaded on startup.
The system cannot find the path specified.
Creating initial user-aliases store in "C:\config\user-aliases.cmd"...
The system cannot find the path specified.
'"C:\config\user-aliases.cmd"' is not recognized as an internal or external command,
operable program or batch file.
Creating user startup file: "C:\usr\user.cmd"
The system cannot find the path specified.

So, I set it to C:\laragon\bin\cmder\cmder.bat, working for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment