evandotpro/edp-module-layouts

There is no license information available for the latest version (v1.0) of this package.

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

Maintainers

👁 EvanDotPro

Package info

github.com/EvanDotPro/EdpModuleLayouts

pkg:composer/evandotpro/edp-module-layouts

Statistics

Installs: 211 192

Dependents: 4

Suggesters: 0

Stars: 97

Open Issues: 8

v1.0 2012-09-14 01:32 UTC

Requires

  • php: >=5.3

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 984658a4aa3d70d2830b598f0fd44fb0ad56e981

zf2

This package is not auto-updated.

Last update: 2026-06-20 22:30:10 UTC


README

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!