Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
}

}
 
PREVIOUS NEXT
Tagged: #composer #detected #issues #composer #dependencies #require #php #extensions #xml
ADD COMMENT
Topic
Name
4+4 =