2017 © Pedro Peláez
 

symfony-bundle google-maps-bundle

phlexible google maps bundle

image

phlexible/google-maps-bundle

phlexible google maps bundle

  • Monday, July 30, 2018
  • by temp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 74 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

PhlexibleGoogleMapsBundle

The PhlexibleGoogleMapsBundle adds support for country-based content support in phlexible., (*1)

Installation

  1. Download PhlexibleGoogleMapsBundle using composer
  2. Enable the Bundle
  3. Clear the symfony cache

Step 1: Download PhlexibleGoogleMapsBundle using composer

Add PhlexibleGoogleMapsBundle by running the command:, (*2)

``` bash $ php composer.phar require phlexible/google-maps-bundle "~1.0.0", (*3)


Composer will install the bundle to your project's `vendor/phlexible` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Phlexible\Bundle\GoogleMapsBundle\PhlexibleGoogleMapsBundle(), ); }

Step 3: Clear the symfony cache

If you access your phlexible application with environment prod, clear the cache:, (*4)

bash $ php app/console cache:clear --env=prod, (*5)

The Versions

30/07 2018

dev-master

9999999-dev

phlexible google maps bundle

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-json *

 

The Development Requires

googlemaps

27/01 2017

1.1.0

1.1.0.0

phlexible google maps bundle

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-json *

 

The Development Requires

googlemaps

30/09 2016

1.0.10

1.0.10.0

phlexible google maps bundle

  Sources   Download

proprietary

The Requires

  • php >=5.3.0
  • ext-json *

 

The Development Requires

googlemaps

21/07 2016

1.0.0

1.0.0.0

phlexible google maps bundle

  Sources   Download

proprietary

The Requires

  • php >=5.3.0
  • ext-json *

 

The Development Requires

googlemaps