Skip to content

Instantly share code, notes, and snippets.

@rruprai
Created April 26, 2019 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rruprai/9925ae4935514923adff688a1c87074a to your computer and use it in GitHub Desktop.
Save rruprai/9925ae4935514923adff688a1c87074a to your computer and use it in GitHub Desktop.
Local 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