Must install vendor dependencies:
composer install
Make the script executable with chmod:
chmod +x phpcli
To run the app:
./phpcli weather Berlin
./vendor/bin/pest
Assure that you have the needed dependencies as per https://pestphp.com/docs/coverage/
./vendor/bin/pest --coverage
You can find the documentation generated in ./docs
. The documentation was generated using PhpDox (http://phpdox.de/)