PHP ERROR
{msg}
Install PHP
Download and install XAMPP.
Get PHP Path
Follow the steps below to get the path to the PHP executable:
- Ubuntu: Enter
which php
in your Terminal. - macOS: Enter
which php
in your Terminal. - Windows: Search for php.exe.
Config File Example
// fiveserver.config.js
module.exports = {
php: "/usr/bin/php" // macOS/Ubuntu
php: "C:\\xampp\\php\\php.exe" // Windows
}