stroker/form-sandbox

ZF2 module for extending forms with live clientside validation

dev-master 2013-08-24 21:45 UTC

This package is not auto-updated.

Last update: 2024-04-27 10:22:51 UTC


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