Answers for "sudo apt-get install php7.0-intl istead command in windows cmd"

1

install ext-intl php7.4 ubuntu

sudo apt-get install php7.4-intl
#change php7.4 with your php version php<php_version>
Posted by: Guest on December-18-2020
0

sudo apt-get install php7.0-gd

#check php verison first using:

$php -v

#It will give version number suppose your version is 7.0.1 then use this command to install GD Library

$sudo yum install php70-gd

#OR use this command depending upon server specification

$sudo apt-get install php7.0-gd
Posted by: Guest on August-04-2021

Code answers related to "sudo apt-get install php7.0-intl istead command in windows cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language