juniwalk / form-architect
This package is abandoned and no longer maintained.
No replacement package was suggested.
Nette Framework component that lets you dynamically design forms.
v1.5.8
2020-07-03 09:40 UTC
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.