Answer posted by Dan Letecky [DayPilot]
11 months ago.

You will need a webserver with PHP enabled.

For development purposes, you can run the project using the built-in PHP webserver:

Linux:

php -S 127.0.0.1:8090 -t /path/to/project

Windows:

php.exe -S localhost:8090 -t D:\path-to-project

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.