dl-commons/dlc-base

A set of generic (abstract) classes which are commonly used across multiple modules.

dev-master 2013-04-28 21:33 UTC

This package is auto-updated.

Last update: 2021-12-29 02:06:10 UTC


README

A set of generic (abstract) classes which are commonly used across multiple modules.

This module is currently under heavy development.

Requirements

Installation

Main Setup

By cloning project

  1. Clone this project into your ./vendor/ directory.

With composer

Coming soon...

Post installation

  1. Enabling it in your application.config.phpfile.

    <?php
    return array(
        'modules' => array(
            // ...
            'DlcBase',
        ),
        // ...
    );