Skip to content

Instantly share code, notes, and snippets.

View alexandrebaux's full-sized avatar

Alexandre Baux alexandrebaux

View GitHub Profile
@alexandrebaux
alexandrebaux / add-wpcli.sh
Created January 17, 2024 15:10 — forked from ladislavsulc/add-wpcli.sh
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