eugenejk / yii2-custom-fields

一些为 Yii2 表单提供的有用自定义字段

安装次数: 41

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 1

类型:yii2-extension

0.7.0 2017-07-04 01:25 UTC

This package is not auto-updated.

Last update: 2024-09-29 03:15:26 UTC


README

一些为 Yii2 表单提供的有用自定义字段

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一

php composer.phar require --prefer-dist eugenejk/yii2-custom-fields "*"

或将以下内容添加到您的 composer.json 文件的 require 部分:

"eugenejk/yii2-custom-fields": "*"

使用方法

扩展安装完成后,只需在您的代码中使用即可。

<?= \eugenejk\customFields\AutoloadExample::widget(); ?>```