Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikemix/zf3-form-example
- Owner: mikemix
- License: mit
- Created: 2017-08-21T23:12:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T21:17:32.000Z (over 7 years ago)
- Last Synced: 2024-11-05T20:16:47.526Z (2 months ago)
- Language: PHP
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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