Skip to content

bramstroker/zf2-form-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working examples for the StrokerForm module

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

About

Playground for the zf2-form module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages