Horje
Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: xml Code Example
Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: xml
sudo apt-get update
sudo apt install php-xml
Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed:
sudo yum search php-THE_EXTENSION

sudo yum install THE_EXTENSION_FROM_LIST
composer detected issues in your platform: your composer dependencies require the following php extensions to be installed: 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
}

}




Shell

Related
how to extract rar file in ubuntu Code Example how to extract rar file in ubuntu Code Example
set environamnt variable in service linux Code Example set environamnt variable in service linux Code Example
phpoffice/phpspreadsheet is locked to version 1.10.1 and an update of this package was not requested. - phpoffice/phpspreadsheet 1.10.1 requires ext-dom * -> it is missing from your system. I phpoffice/phpspreadsheet is locked to version 1.10.1 and an update of this package was not requested. - phpoffice/phpspreadsheet 1.10.1 requires ext-dom * -> it is missing from your system. I
install dirsearch Code Example install dirsearch Code Example
list sudo users ubuntu Code Example list sudo users ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11