Getting started

Start developing your first Layout by activating development mode via /config.php

/config.php
public function __construct() {

    $this->developer = array(
        'path' => PATH.'DEV',
        'url' => 'http://localhost/LayoutHub/DEV'
    );
    
}
Developer mode when enabled

If you love LayoutHub, could you consider posting an review? That would be awesome and really help us to grow our business, here is the linkarrow-up-right.

Last updated