https://github.com/juniwalk/form-architect
Nette Framework component that lets you dynamically design forms.
https://github.com/juniwalk/form-architect
Last synced: 9 months ago
JSON representation
Nette Framework component that lets you dynamically design forms.
- Host: GitHub
- URL: https://github.com/juniwalk/form-architect
- Owner: juniwalk
- License: mit
- Archived: true
- Created: 2016-05-25T06:54:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T14:29:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T15:15:07.625Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Form Architect
==============
[](https://travis-ci.org/juniwalk/form-architect)
[](https://github.com/juniwalk/form-architect/releases)
[](https://packagist.org/packages/juniwalk/form-architect)
[](https://scrutinizer-ci.com/g/juniwalk/form-architect/)
[](https://scrutinizer-ci.com/g/juniwalk/form-architect/)
[](https://mit-license.org)
Nette Framework component that lets you dynamically design forms.
Installation & usage
--------------------
Please use composer to install this package.
```
$ composer require juniwalk/form-architect:^1.0
```
register extension in your `config.neon`
```yml
extensions:
- JuniWalk\FormArchitect\DI\FormArchitectExtension
```
then check [examples](docs/examples) for more information on how to setup the Architect.