dev-master
9999999-devintl-tel-input
MIT
The Requires
- yiisoft/yii2 *
- bower-asset/intl-tel-input *
- giggsey/libphonenumber-for-php 8.9.7
by Avikarsha Saha
extension yii2
intl-tel-input
intl-tel-input, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist avikarsha/yii2-intl-tel-input "*"
or add, (*4)
"avikarsha/yii2-intl-tel-input": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
```php = \avikarsha\intltelinput\IntlTelInput::widget(); ?>, (*7)
= $form->field($model_user, 'attribute') ->widget(IntlTelInput::className(), []) ?>```, (*8)
Client side validation added., (*9)
intl-tel-input
MIT
extension yii2