Running DirectAdmin, followed this guide to add the PHP extention:
https://docs.directadmin.com/webservices/php/php-extensions.html
DirectAdmin Knowledge Base
7 messages · Page 1 of 1 (latest)
Running DirectAdmin, followed this guide to add the PHP extention:
https://docs.directadmin.com/webservices/php/php-extensions.html
DirectAdmin Knowledge Base
You can't install GD through composer. It's an extension, which needs to be compiled with your PHP version. IIRC you could run apt-get install php8.2-gd
I run DirectAdmin tho, so things work i bit different. Need to run with CustomBuild. Tho PHPinfo says its enabled
Wait PHPinfo says its version PHP 8.2.16 and Laravel is running on PHP PHP 8.2.22. Hmm
I first going to try to rebuild PHP 8.2 and we shall see from there.
I did an php info on the prod site and it shows its enabled... Weird right?
Ohw