bespoke-support/location-bundle

地理定位 + 邮编工具 - Symfony 扩展

0.2 2018-08-21 07:45 UTC

This package is auto-updated.

Last update: 2024-09-21 01:47:07 UTC


README

#安装

app/AppKernel.php

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

app/config.yml

doctrine: orm: entity_managers: default: BespokeSupportLocationBundle: ~