Version 0.0.1 Created by Martin Shwalbe
HdRouteLayouts is a very simple module that allows you to attach layout configuration to a route.
- Clone this project into your
./vendor/
directory and enable it in yourapplication.config.php
file.
Using HdRouteLayouts is very, very simple. In any module config or autoloaded config file simply specify the following:
array(
'route_layouts' => array(
'my/route' => 'layout/some-layout',
),
);