Skip to content

Instantly share code, notes, and snippets.

@ladislavsulc
Created October 27, 2020 17:29
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save ladislavsulc/8b7450fa7cddd0129e0dcfbbbc5a6647 to your computer and use it in GitHub Desktop.
Save ladislavsulc/8b7450fa7cddd0129e0dcfbbbc5a6647 to your computer and use it in GitHub Desktop.
Add WP CLI to Laragon
cd C:\laragon\usr\bin && curl -L -O https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && echo @ECHO OFF > wp.bat && echo php "%~dp0wp-cli.phar" %* >> wp.bat
@sourov-am
Copy link

Thanks, It works.

@ladislavsulc
Copy link
Author

Happy to help ;)

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