Search by

lampi87 / edp-module-layouts

lampi87

EdpModuleLayouts is very simple Laminas module for making module-specific layouts insanely easy.

Package info

github.com/lampi87/EdpModuleLayouts

pkg:composer/lampi87/edp-module-layouts

Statistics

Installs: 16 616

Dependents: 0

Suggesters: 0

Stars: 0

v2.0.1 2025-03-11 07:16 UTC

This package is auto-updated.

Last update: 2026-09-11 11:06:19 UTC


README

Version 2.0 Created by Alexander Lampret

Introduction

EdpModuleLayouts is a very simple Laminas module (less than 20 lines) that simply allows you to specify alternative layouts to use for each module.

Usage

Using EdpModuleLayouts is very, very simple. In any module config or autoloaded config file simply specify the following:

[
    'module_layouts' => [
        'ModuleName' => 'layout/some-layout',
    ]
];

That's it!