Zero Huang

Results 6 issues of Zero Huang

Windows has it's own environment manage tool. I hope WNMP can add path of PHP binery iinto Windows system `PATH`. It will easier to use PHP in `cmd.exe` or PowerShell....

After I `composer install` and config the `.env`. `php artisan key:generate` create a base64 key for me: ```bash $ php artisan key:generate Application key [base64:xd4CXwYvL87st2pI1Vo52MTQtsefcXWJxrjSf4ruBTY=] set successfully. ``` and this...

- Configuration files as same as examples - AWS S3 bucket created after configuration files applied Only test pod's `mountPath` changed to `/var/www/html`. pod.yaml: ```yml apiVersion: v1 kind: Pod metadata:...

library should not contains `composer.lock`. Reference: https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control

Add test case: - HTTP on port 443 - HTTPS on port 80

Update composer to use PHPUnit 8. and also update the test case syntax.