Skip to content

Module for handling laminas-mvc layouts with blocks and handles similar to magento

License

Notifications You must be signed in to change notification settings

hummer2k/ConLayout

Repository files navigation

ConLayout

Master

Travis Coverage Status

Develop-ZF3

Travis Coverage Status

Installation

Install via composer:

$ composer require hummer2k/conlayout:~4.0

Enable module in your application.config.php

<?php
$config = [
    'modules' => [
        'ConLayout', // <--
        'Application',
        '...'
    ]
];

Copy vendor/hummer2k/conlayout/config/con-layout.global.php.dist to config/autoload/con-layout.global.php

About

Module for handling laminas-mvc layouts with blocks and handles similar to magento

Resources

License

Stars

Watchers

Forks

Packages

No packages published