“Instale o GD Extension php ubuntu” Respostas de código

Instale o 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
Snippets

Instalar ou ativar a extensão do PHP

apt-get install php-gd
Viluma

Respostas semelhantes a “Instale o GD Extension php ubuntu”

Perguntas semelhantes a “Instale o GD Extension php ubuntu”

Mais respostas relacionadas para “Instale o GD Extension php ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código