Onboarding: use drush instead of services.yml

Created on 4 June 2024, 20 days ago
Updated 18 June 2024, 6 days ago

Problem/Motivation

With the debut of the development settings administration page, I think the guidance to include modifications for twig debug + cache are out of date. We can continue to use it for CORS things, but when it comes to twig development mode and cacheing I think we have a better solution.

We can add this to the README for onboarding:

drush state:set twig_debug 1
drush state:set twig_cache_disable 1
drush state:set disable_rendered_output_cache_bins 1

And maybe we can provide ddev specific variants of those.

πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States cosmicdreams Minneapolis/St. Paul

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024