SkillAgentSearch skills...

EdpModuleLayouts

A very simple ZF2 module for making module-specific layouts insanely easy.

Install / Use

/learn @EvanDotPro/EdpModuleLayouts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EdpModuleLayouts

Version 1.0 Created by Evan Coury

Introduction

EdpModuleLayouts is a very simple ZF2 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:

array(
    'module_layouts' => array(
        'ModuleName' => 'layout/some-layout',
    ),
);

That's it!

View on GitHub
GitHub Stars104
CategoryProduct
Updated1mo ago
Forks38

Languages

PHP

Security Score

95/100

Audited on Feb 27, 2026

No findings