wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 80 forks source link

feat: add support for setting a default php_storage directory #99

Closed esolitos closed 1 year ago

esolitos commented 1 year ago

What

Adds a configurable environment variable to allow setting the default php_storage directory for generated PHP code.

Why

Allows storing php generated code (i.e. twig)

Additional information