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
Post a Comment