gdpro/gdpro-base

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

Gdpro Base module to use as based for gdpro module

1.0.14 2016-08-21 23:41 UTC

This package is auto-updated.

Last update: 2024-04-23 06:03:30 UTC


README

[Build Status] (https://travis-ci.org/gdpro/gdpro-base-)

Introduction

Gdpro Base Ui is a base of element to use with user interfaces

Requirements

Please see the composer.json file.

Installation

Run the following composer command:

$ composer require "gdpro/gdpro-base:~1.0"

Alternately, manually add the following to your composer.json, in the require section:

"require": {
    "gdpro/gdpro-base": "~1.0"
}

And then run composer update to ensure the module is installed.

Finally, add the module name to your project's config/application.config.php under the modules key:

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'GdproBase',
    ),
    /* ... */
);

Configuration

Controller Layout Resolver