2017 © Pedro Peláez
 

package yandex-maps-embed

Laravel package to make and embed yandex maps on your site.

image

tarik02/yandex-maps-embed

Laravel package to make and embed yandex maps on your site.

  • Saturday, July 8, 2017
  • by Tarik02
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Yandex Maps Embed

Installation

Required composer dependency:, (*1)

composer require "tarik02/yandex-maps-embed"

Register ServiceProvider(add it to config/app.php):, (*2)

  Tarik02\YandexMapsEmbed\Providers\YandexMapsEmbedServiceProvider::class,

Usage

$name is parsed name. $options is options for frame(['width' => 560, 'height' => 400])., (*3)

Get name:, (*4)

    $name = yandex_map_parse($string); // Using helper
    $name = YandexMapEmbed::parse($string); // Using facade

Show frame:, (*5)

    @yandexMap($name, $options)
    {{ yandex_map_make($name, $options) }}
    {{ YandexMapEmbed::make($name, $options) }}

The Versions

08/07 2017

dev-master

9999999-dev

Laravel package to make and embed yandex maps on your site.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar Tarik02

08/07 2017

v1.0.1

1.0.1.0

Laravel package to make and embed yandex maps on your site.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar Tarik02

08/07 2017

v1.0.0

1.0.0.0

Laravel package to make and embed yandex maps on your site.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar Tarik02