ajaximple/forms
最新稳定版本:v5.0.0
Composer 安装命令:
composer require ajaximple/forms
包简介
Nette form extensions from AJAXimple.
关键字:
README 文档
README
Quickstart
This extension add more form components to Yours forms.
Instalation
Download
The best way to install AJAXimple/forms is using Composer:
$ composer require ajaximple/forms
Registering
You can enable the extension using your neon config:
extensions:
AJAXimpleForms: AJAXimple\Forms\AJAXimpleFormsExtension
Injecting
You can simply inject factory in Your Presenters/Services:
public function __construct(AJAXimple\Forms\FormFactory $formFactory)
{
parent::__construct();
....
}
or You can create your own form using:
public function createComponentMyForm()
{
$form = new AJAXimple\Forms\Form();
...
return $form;
}
Documentation
For details on how to use this package, check out our documentation.
Versions
| State | Version | Branch | Nette | PHP |
|---|---|---|---|---|
| stable | ^5.0.0 | Nette4.0 | 4.0 | >=8.4 |
Development
This package is currently maintaining by these authors:
Conclusion
This extension requires PHP 8.4, Nette4.0, and it is property of Antonín Jehlář © 2020 - 2025
统计信息
- 总下载量: 1.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-05