Open
Description
Zfc module.config.php
/**
* If set to true disables ZF's notion of parent/child layouts in favor of
* Twig's inheritance model.
*/
'disable_zf_model' => true,
This is set to true, and as far as I can tell I've disabled all references to the layout, but the application throws the following error:
Fatal error: Uncaught exception 'Zend\View\Exception\RuntimeException' with message 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "layout/layout"; resolver could not resolve to a file' in ...vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php:498
Am I missing something?
Metadata
Metadata
Assignees
Labels
No labels