Last active
February 5, 2018 05:50
-
-
Save erighetto/9016835 to your computer and use it in GitHub Desktop.
Drupal 8 services for development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @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