https://github.com/bramstroker/zf2-form-sandbox
Playground for the zf2-form module
https://github.com/bramstroker/zf2-form-sandbox
Last synced: 11 months ago
JSON representation
Playground for the zf2-form module
- Host: GitHub
- URL: https://github.com/bramstroker/zf2-form-sandbox
- Owner: bramstroker
- Created: 2012-11-23T11:02:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T21:45:56.000Z (almost 13 years ago)
- Last Synced: 2025-07-20T20:05:23.769Z (11 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working examples for the StrokerForm module
This module provides some examples for the [StrokerForm module](https://github.com/bramstroker/zf2-form)
## Requirements
[Zend Framework 2](http://www.github.com/zendframework/zf2)
## Installation
Installation of this module uses composer. For composer documentation, please refer to
[getcomposer.org](http://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):
```json
{
"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