PHP7 Tricks

Browse latest tricks and tips on PHP7.

How to resolve phpunit/phpunit 5.7.8 requires ext-dom * error while installing Laravel 5

Installing php-xml extension on ubuntu based on php versionIf you are facing "phpunit/phpunit 5.7.8 requires ext-dom *" error at time of installing Laravel then you need to install ...
published on : 1 day ago 12 Comments

Installing soap module on PHP 7 ubuntu

Below are steps to install Soap module in PHP 7, 7.2, 7.3 on Ubuntu.Command to check Soap is installed or not. apt-cache search php | grep -i soap If not first install it by runni ...
published on : 13 hours ago 12 Comments