ner0tic / landmarx-bundle
This bundle provides an integration of the Landmarx Mapping library
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- ner0tic/landmarx: 1.0.*
- symfony/framework-bundle: >=2.0,<2.3-dev
This package is not auto-updated.
Last update: 2024-12-21 14:17:20 UTC
README
Installation
Add to composer.json
"require": { "ner0tic/landmarx-bundle": "*", // ... }
Register the bundle
Add to app/AppKernel.php
public function registerBundles() { $bundles = array( new Landmarx\Bundle\LandmarxBundle\LandmarxBundle(), // ... ); }
Credits
Based on KnpMenu