Skip to content

Instantly share code, notes, and snippets.

@NorthTexasCreative
Created July 15, 2019 23:03
Show Gist options
  • Save NorthTexasCreative/d4f6916efa7fb8fe4e790a94267133c4 to your computer and use it in GitHub Desktop.
Save NorthTexasCreative/d4f6916efa7fb8fe4e790a94267133c4 to your computer and use it in GitHub Desktop.
WP CLI on Laragon
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