A input widget to include Google Places autocomplete in the yii2 project
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kamran377/yii2-googleplaces-autocomplete "*"
or add
"kamran377/yii2-googleplaces-autocomplete": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \xerobug\google\AutoloadExample::widget(); ?>```