-
Following the Installation Instructions
-
Run the PHP built-in web server. Supply the
-t
option to point to this directory:$ php -S localhost:8000 -t examples/
-
Point your browser to the host and port you specified, i.e
http://localhost:8000
.
Following the Installation Instructions
Run the PHP built-in web server. Supply the -t
option to point to this directory:
$ php -S localhost:8000 -t examples/
Point your browser to the host and port you specified, i.e http://localhost:8000
.