Horje
Install or enable PHP's gd extension Code Example
install gd extension php ubuntu
#install gd extension, 7.4 replace it with your version
sudo apt-get install php7.4-gd
#check if installed
php -m | grep gd
#restart your web server 
sudo service apache2 restart
or
sudo service nginx restart
Install or enable PHP's gd extension
apt-get install php-gd
centos :Install or enable PHP gd extension.
yum install gd gd-devel php-gd
and then restart apache:
service httpd restart
how to get php ext-gd with
[gd]
extension=/path/to/gd.so # use the gd.so absolute path here




Php

Related
convert string to date php Code Example convert string to date php Code Example
get_declared_classes Code Example get_declared_classes Code Example
php to save txt html Code Example php to save txt html Code Example
laravel carbon get month number Code Example laravel carbon get month number Code Example
sql where count greater than Code Example sql where count greater than Code Example

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