Serve 0.8.20
Built-in web server.
How to start the built-in web server
You can start the built-in web server at the command line. The built-in web server is convenient for developers and designers. Open a terminal window. Go to your installation folder, where the file yellow.php
is. Type php yellow.php serve
, you can optionally add a URL. Open a web browser and go to the URL shown.
Examples
Showing available commands at the command line:
php yellow.php
Starting built-in web server at the command line:
php yellow.php serve
Starting built-in web server at the command line, different URLs:
php yellow.php serve http://localhost:8000/
php yellow.php serve http://localhost:8080/
php yellow.php serve http://localhost:8888/
Installation
Download extension and copy zip file into your system/extensions
folder. Right click if you use Safari.
Developer
Anna Svensson. Get help.