zf2-boiler-app/app-display

此包的最新版本(dev-master)没有可用的许可证信息。

ZF2 BoilerApp 显示模块

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

注意:此模块正在积极开发中,目前不可用。如果您想贡献,请不要犹豫,我会审查任何PR。

介绍

Boiler-App "Display" 模块 是一个Zend Framework 2模块,它为ZF2 Boiler-App提供显示管理的所有部分

要求

安装

主要设置

通过克隆项目

  1. 将此项目克隆到您的 ./vendor/ 目录。

使用composer

  1. 在您的 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. 现在通过运行以下命令告诉composer下载 ZF2 Boiler-App "Display" 模块

    $ php composer.phar update

安装后

  1. 在您的 application.config.php 文件中启用它。

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

功能