pashkinz92/yii2-google-maps

Google maps coords

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2016-03-04 18:46 UTC

This package is auto-updated.

Last update: 2024-02-29 03:24:08 UTC


README

Google maps coords

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pashkinz92/yii2-google-maps "*"

or add

"pashkinz92/yii2-google-maps": "*"

to the require section of your composer.json file.

Usage

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

<?= \pashkinz92\Gmap::widget(); ?>```