Problem installing laravel(Ubuntu) - phpunit/phpunit 57 requires ext dom the requested PHP extension

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=1MZZ6o3bHNw



Duration: 3:52
19,069 views
128


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


2017-05-20Laravel 5.4 (on ubuntu) - Simple laravel CRUD from scratch [part 3]
2017-05-20Ubuntu 16.04 (Steam error) - The cache has no package named 'steam'
2017-05-14Ubuntu 14.04 - perl: warning: Please check that your locale settings: LANGUAGE = (unset)
2017-05-14Laravel 5.4 - how to use laravel datatables (yajra v.7.0)
2017-05-12Laravel 5.4 - How laravel works (simple flow) - [part2]
2017-05-12Laravel 5.4 error - Cannot call constructor
2017-04-30Laravel 5.4 problem - Wrong Route (Not Found) on Ubuntu 16.04
2017-04-30Ubuntu 16.04 problem - Could not get lock in folder var lib when trying to install with apt-get
2017-04-28Fix PHP - Ubuntu 16.04 phpinfo shows blank Page (PHP 7.0)
2017-04-28Install Laravel 5.4 on Ubuntu 16.04 (with PHP 7.0) [part1]
2017-04-25Problem installing laravel(Ubuntu) - phpunit/phpunit 57 requires ext dom the requested PHP extension
2017-04-24Android Studio Error - android.os.NetworkOnMainThreadException
2017-04-24Android Studio Error - Cannot resolve symbol 'DefaultHttpClient'
2017-04-23VirtualBox - Connect guest to guest (Ubuntu and Centos7)
2017-04-22PHP tutorial : run C program from PHP on Ubuntu
2017-04-21Block port (SSH) on centos7 with IPTables
2017-04-20Install + Running Phpmyadmin on nginx (Ubuntu 16.04)
2017-04-19Install Arduino IDE on Ubuntu 16.04 from terminal
2017-04-19Tutorial Arduino Dasar - nyalain lampu LED arduino dengan koding
2017-04-19Arduino error (Ubuntu) - avrdude: ser_open(): can't open device "COM1": No such file or directory
2017-04-18Samba Tutorial (Centos 7) - samba share with password



Tags:
laravel
install
composer
terminal
ubuntu
error
php
problem
extension
system
module
missing
phpunit
dom