Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 253 Bytes

Learning PHP

Parancsok

docker build -t learning-php .
docker run -d -p 80:80 -v "$PWD/app":/var/www/html --env-file ./env learning-php:latest
# to test http://localhost/index.php

composer

composer require google/apiclient:"^2.0"