2017 © Pedro Peláez
 

library app-display

ZF2 BoilerApp Display module

image

zf2-boiler-app/app-display

ZF2 BoilerApp Display module

  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZF2 Boiler-App "Display" module

Build Status Latest Stable Version Total Downloads Code coverage, (*1)

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., (*2)

Introduction

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

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:, (*4)

    "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:, (*5)

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.php file., (*6)

    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)

The Versions

19/08 2013

dev-master

9999999-dev

ZF2 BoilerApp Display module

  Sources   Download

The Requires

 

The Development Requires

templating twitter bootstrap zend framework 2 zf2 boiler-app