I'm a windows user. And I need to have a php extenstion called gd2 to download the Laravel package: 'maatwebsite/excel '. When you download PHP version 8.4 it doesn't have that extension build in. I have no Ubuntu system to download the extension. Can someone explain to me how I can add a extension? Google isn't showing me a helpful solution.
#PHP extension question
6 messages · Page 1 of 1 (latest)
open php.ini and check extension=gd enabled
That one is enabled. But there seems to be a gd2 that's not inside my php.ini file
gd2 changed to gd starting from php 8.0
https://php.watch/versions/8.0/gd2-gd-windows
run php -v
and make sure you're using correct version
I'm using the php 8.4 version