|
|
|
|
|
by lukeholder
1489 days ago
|
|
I work on a PHP project that is installed an any number of environments - so exactly duplicating production is impossible. Of course we have a CI/Test system that tests various combinations of PHP version and DB engines, but we can't replicate every possible production environment. Using Docker to match production is therefore moot in our case. All the PHP development frameworks these days have moved to Docker or VMs but nothing beats native. Indigo looks promising. |
|