ddev / ddev-platformsh

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

Install PHP extensions from `.platform.app.yaml` #23

Closed lolautruche closed 2 years ago

lolautruche commented 2 years ago

PHP extensions can be declared in the .platform.app.yaml:

runtime:
    extensions:
        - blackfire
        - http
        - igbinary
        - redis
    disabled_extensions:
        - sqlite3

This should be reflected in DDEV.