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

README

Travis GitHub Releases Total Donwloads Code Quality Tests Coverage License

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.