Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

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
}

}
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: zip full folder ubuntu 
Shell :: how to install gnome user theme extension terminal 
Shell :: ubuntu trash folder 
Shell :: pip access denied 
Shell :: mac command not found: sshpass 
Shell :: git delete last commit local and remote 
Shell :: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager. 
Shell :: how to decompress gzip file in linux 
Shell :: yarn download windows 
Shell :: install composer wsl 
Shell :: kill adb device or emulator 
Shell :: install semantic ui react 
Shell :: pod reinstall 
Shell :: disable selinux 
Shell :: add user to sudoers ubuntu 20.04 
Shell :: pop shell ubuntu 
Shell :: push project to github 
Shell :: how to clone my linux so all the installed packages 
Shell :: unix replace comma with tab 
Shell :: create a virtual environment python conda 
Shell :: docker exec as root 
Shell :: bash: /proc/sys/vm/drop_caches: Permission denied 
Shell :: find and replace in all files in directory centos 
Shell :: bash: pipe all out and error to file 
Shell :: installing vs code in ubuntu 
Shell :: uninstall tensorflow colab 
Shell :: how to move unstaged changes to different branch 
Shell :: vite react + eslint 
Shell :: .env in gitignore 
Shell :: yarn archlinux 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =