- Uncomment the line below in
settings.php
# # if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) { # include $app_root . '/' . $site_path . '/settings.local.php'; # }
Copy
sites/example.settings.local.php
tosites/[site_path]/settings.local.php
Put line below into
sites/development.services.yml
under theparameters
key
twig.config: debug: true
Comments