Problem installing laravel(Ubuntu) - phpunit/phpunit 57 requires ext dom the requested PHP extension
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=1MZZ6o3bHNw
i'm trying to install laravel with composer on my ubuntu 16.04. But i'm getting an error like this :
--
Your requirements could not be resolved to an installable set of packages.
phpunit/phpunit 5.7 requires ext dom the requested PHP extension.
--
how to solving?
just install php-xml with :
sudo apt-get install php5.6-xml (for php5.6)
or
sudo apt-get install php-xml (for php7)
Other Videos By Ambar Hasbiyatmoko
Tags:
laravel
install
composer
terminal
ubuntu
error
php
problem
extension
system
module
missing
phpunit
dom