PHP ERROR

{msg}

Install PHP

Download and install XAMPP.

Get PHP Path

Follow the steps below to get the path to the PHP executable:

Config File Example

// fiveserver.config.js
module.exports = {
  php: "/usr/bin/php"              // macOS/Ubuntu
  php: "C:\\xampp\\php\\php.exe"   // Windows
}