pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

Serving a Prado application with the built in PHP Web Server for dev purposes #973

Closed belisoful closed 10 months ago

belisoful commented 1 year ago

Other platforms encapsulate the PHP built in dev web server. Needing to install a web server with PRADO is a very steep unstated requirement.

php -S -t /path/to/app will start the built-in web server for PHP. This is a little known feature of PHP we can forward to our developers.