bespoke-support/location-bundle

Geo-location + Postcode Tools - Extension for Symfony

0.2 2018-08-21 07:45 UTC

This package is auto-updated.

Last update: 2024-04-21 00:43:48 UTC


README

#Installation

app/AppKernel.php

class AppKernel extends Kernel { public function registerBundles() { $bundles[] = new \BespokeSupport\LocationBundle\BespokeSupportLocationBundle(); } }

app/config.yml

doctrine: orm: entity_managers: default: BespokeSupportLocationBundle: ~