sudo apt-get update
sudo apt install php-xml
//make a config file
/*Follow this trick
add this line in config object of composer.json file
"platform-check": false
run php artisan config:cache
then run composer dump-autoload in terminal*/
{
"config": {
"platform-check": false
}
}
sudo yum search php-THE_EXTENSION
sudo yum install THE_EXTENSION_FROM_LIST