Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 484 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 484 Bytes

zend-preparation

Time to prepare to Zend PHP Certification. Here I would implement every part of PHP documentation to cover all language possible aspects.

To launch

docker-compose up -d

For the first launch you'll need to init composer autoload in www folder

cd www
composer update

To stop

docker-compose stop

Add to /etc/hosts

127.0.0.1 zend-exam.dev

Visit http://zend-exam.dev

To run phing commands:

./www/vendor/bin/phing <target>