承接 stroker/form-sandbox 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stroker/form-sandbox

Composer 安装命令:

composer require stroker/form-sandbox

包简介

ZF2 module for extending forms with live clientside validation

README 文档

README

This module provides some examples for the StrokerForm module

Requirements

Zend Framework 2

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.

Installation steps

  1. cd my/project/directory

  2. create or edit a composer.json file with following contents (minimum stability is required since the module still has frequent updates):

    {
        "minimum-stability": "dev",
        "require": {
            "stroker/form-sandbox": "*"
        }
    }
  3. run php composer.phar install

  4. open my/project/directory/config/application.config.php and add StrokerForm, StrokerFormSandbox and DluTwBootstrap to your modules

  5. copy the assets folder to your public folder

Usage

Fire up your webbrowser and surf to http://mydomain.com/formtest

统计信息

  • 总下载量: 78
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: New-BSD-License
  • 更新时间: 2012-11-23