dipankardas011 / php-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run the app

php -S localhost:8080

curl -sSL localhost:8080/hello.php

for dockerfile

d build -t test .

d run -p 8080:8080 test

About


Languages

Language:PHP 54.9%Language:Dockerfile 45.1%