简体   繁体   中英

Laminas: Different Layout Files for each Module

i would like to use a different layout file for each module which is set under view_manager - template_map in the module.config.php

But for some reason both modules are always using the same Layout File. Is it not possible to use different layout files for each module?

I have not worked on this question since ZF2 (2014) but at the time I wrote a module to answer your question. It is published on github at: https://github.com/dafap/DafapLayout It will have to be adapted to Laminas (ZF3). To do this, replace the namespaces and edit the DafapLayout\Service\ConfigServiceFactory by replacing the createService() methods with __invoke(). Be careful, this module is in PSR0. Be sure to specify it in your composer.json otherwise it will not work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM