macklus / yii2-geotypeahead
Simple and fast typeahead selector to define country, province and location. Includes full database of countries, provinces and locations
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- kartik-v/yii2-widget-typeahead: *
- yiisoft/yii2: ~2.0.5
This package is not auto-updated.
Last update: 2024-11-09 00:45:32 UTC
README
Simple and fast typeahead selector to define country, province and location. Includes full database of countries, provinces and locations
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist macklus/yii2-geotypeahead "*"
or add
"macklus/yii2-geotypeahead": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \macklus\geotypeahead\AutoloadExample::widget(); ?>``` ======= # yii2-geotypeahead TypeAhead search for country, province and location