Skip to content

Instantly share code, notes, and snippets.

@ckng
Last active April 13, 2022 15:41
Show Gist options
  • Save ckng/698d8c70d9427b9b62b99c1ddd193f16 to your computer and use it in GitHub Desktop.
Save ckng/698d8c70d9427b9b62b99c1ddd193f16 to your computer and use it in GitHub Desktop.
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
<?php
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment