Replies: 2 comments 5 replies
-
You can easily enable any PHP extension that is bundled with the PHP versions Paketo ships using these instructions. It should also pick them up automatically from Composer (it's a little odd that it's not doing that). I don't know if we publish a list of the available extensions, but you can fetch them easily enough. Grab the download URL for the version of PHP you're using (you can get it from buildpack.toml, it's the Ex:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for you prompt response. I keep getting this error, which I suppose is
I have a ´require` in my composer set to:
As here: https://github.com/vih/vih-viggo-standalone/blob/master/composer.json But maybe there is something that i do not understand properly. Trying to deploy to fly.io. |
Beta Was this translation helpful? Give feedback.
-
I have an app, that I want to run on fly.io which requires a certain php extension. Is there a way to add this when using a buildpack?
I am using this repository --- https://github.com/vih/vih-viggo-standalone
Beta Was this translation helpful? Give feedback.
All reactions