alt / layout
layout module for switch layouts between modules
dev-master
2014-12-08 17:56 UTC
Requires
- php: >=5.4.13
This package is not auto-updated.
Last update: 2025-01-28 04:43:44 UTC
README
Zf2 module for set layouts
Requirements:
- Zend Framework 2 latest stable version
Installation
-
Add require
"alt/layout": "dev-master"
to composer.json in your project and install. -
Add "Layout" to application config.
-
Create configuration file in autoload directory in your project with content:
'module_layouts' => [ 'Application' => 'layout/application', 'MyModule' => 'layout/mymodule' ]