Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Last active November 20, 2023 03:23
Show Gist options
  • Save JeffreyNaval/bd9a0f442a4445e0968ab4e741a9d560 to your computer and use it in GitHub Desktop.
Save JeffreyNaval/bd9a0f442a4445e0968ab4e741a9d560 to your computer and use it in GitHub Desktop.
Laragon New PHP

Install laragon

How to install Old PHP versions

Composer issue

There's an issue with new composer not accepting php 7.2 or lower. To fix it follow:

  • Select PHP 8.1 from laragon menu
  • Select Terminal
  • Run composer self-update --2.2
  • Close terminal
  • Select PHP 7.1 from laragon menu
  • Open Terminal again and it should be working now.

Install Nodejs (optional)

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