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
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Installation steps
-
cd my/project/directory -
create or edit a
composer.jsonfile with following contents (minimum stability is required since the module still has frequent updates):{ "minimum-stability": "dev", "require": { "stroker/form-sandbox": "*" } } -
run
php composer.phar install -
open
my/project/directory/config/application.config.phpand addStrokerForm,StrokerFormSandboxandDluTwBootstrapto yourmodules -
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
其他信息
- 授权协议: New-BSD-License
- 更新时间: 2012-11-23