public | ||
src | ||
templates | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
README.md |
Minimalistic IP address detector app
Installation
# For production usage
composer install -o
# For development
composer install
Running
php -S localhost:8000 -t public public/index.php