wplib-box
wplib-box copied to clipboard
The Best Local Dev Server for WordPress Developers
For some reason going to https://wplib.box/ responds as an HTTP server.
Make use of the new etc/container.env mechanism to import variables into containers. Some variables will be dynamic - EG: BOX_VERSION ``` "PACKAGE_VERSION": "7.2.6", "PACKAGE_URL": "http://php.net/get/php-7.2.6.tar.gz/from/this/mirror", "PACKAGE_ROOT": "/", "WPLIB_USER": "vagrant", "WPLIB_UID":...
MAJOR.MINOR versions defined in project.json need to be amplified in project.json.lock.
We need to write tests for PHP's CLI. This will actually be a significant undertaking because PHP has `28` switches which can lead to a large number of permutations.
We need to write tests for MySQL's CLI. This will actually be a significant undertaking because MySQL has more switches than I want to count right now which can lead...
We need to write tests for PHP's PHAR CLI.