ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

Support PHP extensions, Python3 packages, and global composer requirements, fixes #23, fixes #11, fixes #8 #26

Closed rfay closed 1 year ago

rfay commented 1 year ago

Although each of these can be a little fragile, they're all handled here.

This requires composer global installs to go into a new COMPOSER_HOME, which is not normally there with DDEV. Maybe it should be.

lolautruche commented 1 year ago

About Blackfire, we should probably ensure that the blackfire extension is enabled on DDEV when it's mentioned in the .blackfire.yaml. Maybe even start it all up if the credentials are fulfilled.

rfay commented 1 year ago

@lolautruche I assume you meant

"ensure that the blackfire extension is enabled on DDEV when it's mentioned in the .platform.app.yaml "runtime" section."

right?

rfay commented 1 year ago

Now enables blackfire.