stroker / form-sandbox
ZF2 module for extending forms with live clientside validation
dev-master
2013-08-24 21:45 UTC
Requires
- php: >=5.4
- dlu/dlutwbootstrap: dev-master
- stroker/form: dev-master
This package is not auto-updated.
Last update: 2024-11-09 13:02:55 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.json
file 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.php
and addStrokerForm
,StrokerFormSandbox
andDluTwBootstrap
to yourmodules
-
copy the assets folder to your public folder
Usage
Fire up your webbrowser and surf to http://mydomain.com/formtest