Dieses Blog durchsuchen

Sonntag, 16. Oktober 2016

php: run a local inbuild webserver

If you want to start a local webserver on your terminal you can simply type:
php -S localhost:9000 -t web
This will start a webserver on directory "web"

Keine Kommentare:

Kommentar veröffentlichen