bespoke-support / location-bundle
Geo-location + Postcode Tools - Extension for Symfony
Installs: 1 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- bespoke-support/location: @dev
- creof/doctrine2-spatial: ~0.0.1|1.*
Suggests
This package is auto-updated.
Last update: 2024-11-21 02:13:45 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: ~