I am trying to do a composer install for a laravel project on a staging server of ours but the composer dependency check fails at phpunit stating that it requires the ext-dom extension. I can find no information on how to install or enable the dom extension for PHP7. I compared the list of extensions installed on the server vs a Homestead box but I can't find anything obvious. Can anyone tell me which extension to install in order to resolve the missing dependency?
Homestead is ubuntu based, yeah? If so, ... sudo aptitude should bring up a full screen package manager, there may be a package you can install. Not sure about php7, but php5 the extension was enabled by default.