DEV Community

Discussion on: How to deploy Craft CMS with Postgres on Heroku

Collapse
 
albertc44 profile image
Al Chen

Lot of additional steps that I had to discover on my own. For instance, that ImageMagick PHP extension was a random package I had to install since Heroku's PHP version doesn't come with that installed.

Collapse
 
benm profile image
Ben M

oh yeah that makes sense. great job working through those and finding the random package that was needed. I've been there and I know it's not fun! :D