typro / bridge-nette-forms
Typro 与 Nette Forms 的集成。
v1.1.0
2023-08-01 08:00 UTC
Requires
- php: >=5.6.0
- nette/forms: ^2.4 || ^3.0
Requires (Dev)
- nette/tester: ^2.0
Suggests
- typro/typro: Typro installable via Composer.
This package is auto-updated.
Last update: 2024-08-30 01:38:08 UTC
README
将 Typro 集成到 Nette Forms。
安装
composer require typro/bridge-nette-forms
此包需要 PHP 5.6.0 或更高版本,Typro 3.0+ 和 Nette\Forms 2.4+。
用法
// create form $form = new Nette\Forms\Form; // or Nette\Application\UI\Form // modify renderer settings Typro\Bridges\NetteForms\FormConfigurator::configure($form);
许可证: 新 BSD 许可证
作者: Jan Pecha, https://www.janpecha.cz/