Devbox
Well-travelled path. Devbox is the maintainer’s daily development environment. It wraps the local PHP setup, running the same built-in PHP webserver that the test suite verifies on every change.
devbox shell
# In the shell from now on
composer install
# Set your /login password - change `hackme` to something more secure.
php make-password.php hackme
# Run lamb - the dev server reads .env automatically.
composer serve