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

ios - Memory not freeing up after popping viewcontroller using ARC -

jquery - Append options to drop down box? -

Perform a PayPal payment automatically using PHP -