stroker / form-sandbox
ZF2 module for extending forms with live clientside validation
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/stroker/form-sandbox
Requires
- php: >=5.4
- dlu/dlutwbootstrap: dev-master
- stroker/form: dev-master
This package is not auto-updated.
Last update: 2025-10-25 17:54:33 UTC
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