Skip to content

Instantly share code, notes, and snippets.

@1forh
Created October 4, 2019 13:24
Show Gist options
  • Save 1forh/1f871cdba31146c841efd92768b26577 to your computer and use it in GitHub Desktop.
Save 1forh/1f871cdba31146c841efd92768b26577 to your computer and use it in GitHub Desktop.
Development services file for Drupal 8
# Local development services.
#
# To activate this feature, follow the instructions at the top of the
# 'example.settings.local.php' file, which sits next to this file.
parameters:
http.response.debug_cacheability_headers: true
twig.config:
debug: true
auto_reload: true
cache: false
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment