dev-master
9999999-devZF2 module for extending forms with live clientside validation
New-BSD-License
The Requires
by Bram Gerritsen
form validation module zend framework 2 jquery validate
ZF2 module for extending forms with live clientside validation
This module provides some examples for the StrokerForm module, (*1)
Zend Framework 2, (*2)
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org., (*3)
cd my/project/directory
create or edit a composer.json
file with following contents (minimum stability is required since the module still has
frequent updates):, (*4)
json
{
"minimum-stability": "dev",
"require": {
"stroker/form-sandbox": "*"
}
}
, (*5)
php composer.phar install
my/project/directory/config/application.config.php
and add StrokerForm
, StrokerFormSandbox
and DluTwBootstrap
to your modules
Fire up your webbrowser and surf to http://mydomain.com/formtest, (*6)
ZF2 module for extending forms with live clientside validation
New-BSD-License
form validation module zend framework 2 jquery validate