urbitech / confirmation-dialog
Nette 框架用于创建各种项目确认操作对话框的扩展
v3.0.2
2021-02-23 15:27 UTC
Requires
- php: >=7.1.0
- latte/latte: ^2.9
- nette/application: ^3.0
- nette/di: ^3.0
- nette/forms: ^3.0
- nette/http: ^3.0
- nette/utils: ^3.0
Requires (Dev)
- nette/bootstrap: ^3.0
- nette/mail: ^3.0
- nette/robot-loader: ^3.0
- nette/safe-stream: ^2.4
- nette/tester: ^2.0
- pds/skeleton: ~1.0
- tracy/tracy: ^2.6
Suggests
- kdyby/translation: If you wanna use translations in template and messages.
README
用于创建各种项目确认操作对话框的 Nette 框架 扩展
安装
安装 ipub/confirmation-dialog 的最佳方式是使用 Composer
$ composer require urbitech/confirmation-dialog
之后,您需要在 config.neon 中注册扩展。
extensions: confirmationDialog: IPub\ConfirmationDialog\DI\ConfirmationDialogExtension
文档
在 文档 中了解如何使用智能确认对话框。
主页 https://www.ipublikuj.eu 和仓库 http://github.com/iPublikuj/confirmation-dialog.