2017 © Pedro Peláez
 

library form-sandbox

ZF2 module for extending forms with live clientside validation

image

stroker/form-sandbox

ZF2 module for extending forms with live clientside validation

  • Saturday, August 24, 2013
  • by bramstroker
  • Repository
  • 0 Watchers
  • 0 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Working examples for the StrokerForm module

This module provides some examples for the StrokerForm module, (*1)

Requirements

Zend Framework 2, (*2)

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org., (*3)

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

    json { "minimum-stability": "dev", "require": { "stroker/form-sandbox": "*" } }, (*5)

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

The Versions

24/08 2013

dev-master

9999999-dev

ZF2 module for extending forms with live clientside validation

  Sources   Download

New-BSD-License

The Requires

 

by Bram Gerritsen

form validation module zend framework 2 jquery validate