zf2-boiler-app/app-display

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

ZF2 BoilerApp Display module

Installs: 193

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master / 1.0.x-dev 2013-08-19 16:07 UTC

This package is auto-updated.

Last update: 2019-12-23 17:55:46 UTC


README

Build Status Latest Stable Version Total Downloads Code coverage

NOTE : This module is in heavy development, it's not usable yet. If you want to contribute don't hesitate, I'll review any PR.

Introduction

Boiler-App "Display" module is a Zend Framework 2 module that provides all part of the display management for ZF2 Boiler-App

Requirements

Installation

Main Setup

By cloning project

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

With composer

  1. Add this project in your composer.json:

    "repositories":[
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "fortawesome/font-awesome",
                "source": {"url": "https://github.com/FortAwesome/Font-Awesome.git","type": "git","reference": "master"}
            }
        },
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "fabiomcosta/mootools-meio-mask",
                "source": {"url": "https://github.com/fabiomcosta/mootools-meio-mask.git","type": "git","reference": "master"}
            }
        },
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "arian/iFrameFormRequest",
                "source": {"url": "https://github.com/arian/iFrameFormRequest.git","type": "git","reference": "master"}
            }
        },
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "nak5ive/Form.PasswordStrength",
                "source": {"url": "https://github.com/nak5ive/Form.PasswordStrength.git","type": "git","reference": "master"}
            }
        },
        {
            "type": "vcs",
            "url": "http://github.com/Nodge/lessphp"
        }
    ],
    "require": {
        "zf2-boiler-app/app-display": "1.0.*"
    }
  2. Now tell composer to download ZF2 Boiler-App "Display" module by running the command:

    $ php composer.phar update

Post installation

  1. Enabling it in your application.config.php file.

    return array(
        'modules' => array(
            // ...
            'TwbBundle',
            'AssetsBundle',
            'TreeLayoutStack',
            'BoilerAppDisplay',
        ),
        // ...
    );

Features

  • Twitter bootstrap integration (TwbBundle)
  • Assets management (AssetsBundle)
  • Tree layout stack (TreeLayoutStack)
  • Javascript facilities :
    • Controller autoloading
    • Url & translate functions
    • Ajax loading (modal windows, forms)
    • Form validators
  • Translator enhancement (TranslatorTools)