Skip to content

Instantly share code, notes, and snippets.

@erighetto
Last active February 5, 2018 05:50
Show Gist options
  • Save erighetto/9016835 to your computer and use it in GitHub Desktop.
Save erighetto/9016835 to your computer and use it in GitHub Desktop.
Drupal 8 services for development
# @file
# Local development services.
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory
parameters:
twig.config:
debug: true
cache: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment