holabs / ui
Form factory with bootstrap renderer and ITranslator auto inject
1.0.5
2017-11-29 12:22 UTC
Requires
- php: >=5.6
- nette/application: ~2.4
- nette/di: ~2.4
- nette/utils: ~2.4
- nextras/forms: ~2.0
README
This is small Nette Framework package with BaseControl class and form factory using translator and Nextras bootstrap 3 renderer
Installation
Requirements:
composer require holabs\ui
Configuration
You can define your Form class which will be created by formFactory default is Holabs\UI\Form
extensions: holabs.ui: Holabs\UI\Bridges\Nette\UIExtension holabs.ui: form-factory: class: 'Holabs\UI\Form'