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

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -