panix / wgt-telinput

telinput小部件

安装: 239

依赖: 2

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:pixelion-component

1.0.0 2021-08-11 09:40 UTC

This package is auto-updated.

Last update: 2024-09-24 17:17:18 UTC


README

Yii Framework 2.0的Widget

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

安装

安装此扩展的首选方法是使用 composer

运行以下命令之一

php composer require --prefer-dist panix/wgt-telinput "*"

"panix/wgt-telinput": "*"

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

用法

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

<?php
        $form->field($model, 'text')->widget(TelInput::class, [
            'options' => [],
        ]);
 ?>