Created
February 5, 2026 15:32
-
-
Save esedic/6fe2c8d378cc63be51732d379d7b590d to your computer and use it in GitHub Desktop.
Add WP CLI to Laragon on Windows
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 characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment