Add php5-imagick to Heroku php buildpack -


someone can show me how customize official buildpack heroku/php in order add php5-imagick extension?

thanks

you not need customize buildpack. extension supported.

just follow instructions in docs, https://devcenter.heroku.com/articles/php-support#extensions

your composer.json needs ext-imagick in require section; next deploy have extension enabled automatically.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -