How to install GD on Heroku

后端 未结 3 1502
长发绾君心
长发绾君心 2021-02-14 16:10

I am running Laravel 5.3 and trying to do some image manipulation. I get this error: GD Library extension not available with this PHP installation.

I\'ve tried putting g

3条回答
  •  天命终不由人
    2021-02-14 17:00

    Add "gd": "*" to composer.json and perform composer update

    If that doesn't work add "ext-gd":" *" and do a composer update

提交回复
热议问题