#PHP extension question

6 messages · Page 1 of 1 (latest)

narrow fog
#

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.

eager karma
#

open php.ini and check extension=gd enabled

narrow fog
#

That one is enabled. But there seems to be a gd2 that's not inside my php.ini file

eager karma
#

run php -v

and make sure you're using correct version

narrow fog
#

I'm using the php 8.4 version