Index GEO
Manage geospatial data, such as dealer locations, and display them in an attractive map or search format. This extension is ideal for businesses needing a robust mapping and location search functionality
Installation
- composer req coreshop/index-geo-bundle
- Enable the bundle by adding it to the list of registered bundles in config/bundles.php:
<?php
return [
    // ...
    CoreShop\Bundle\IndexGeoBundle\CoreShopIndexGeoBundle::class => ['all' => true],
    //...
];