Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikemix/zf3-form-example

How forms should be done in ZF2/3
https://github.com/mikemix/zf3-form-example

Last synced: 17 days ago
JSON representation

How forms should be done in ZF2/3

Awesome Lists containing this project

README

        

# [Doing forms the proper way in ZF 2/3](http://dotcom.software/Proper-forms-in-ZF23)

Run this project locally:

1. Install dependencies `docker run --rm -v $(pwd):/app composer/composer bootstrap`
2. Run production mode `docker-compose up -d` or dev mode `docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d`
3. App will be accessible at http://localhost:8080