juniwalk / form-architect
Nette Framework component that lets you dynamically design forms.
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 7
pkg:composer/juniwalk/form-architect
Requires
- php: >=7.1
- nette/application: ^2.0 || ^3.0
- nette/di: ^2.0 || ^3.0
- nette/forms: ^2.0 || ^3.0
- nette/neon: ^2.0 || ^3.0
Requires (Dev)
- latte/latte: ^2.0
- nette/tester: ^1.0
README
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
extensions: - JuniWalk\FormArchitect\DI\FormArchitectExtension
then check examples for more information on how to setup the Architect.