Skip to content

avikarshasaha/yii2-intl-tel-input

Repository files navigation

intl-tel-input

intl-tel-input

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist avikarsha/yii2-intl-tel-input "*"

or add

"avikarsha/yii2-intl-tel-input": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \avikarsha\intltelinput\IntlTelInput::widget(); ?>

<?= $form->field($model_user, 'attribute')
                            ->widget(IntlTelInput::className(), []) ?>```
							
							
Client side validation added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages