manhattan / seo-bundle
A Symfony 2 bundle for adding SEO fields to entities.
Package info
github.com/frodosghost/ManhattanSeoBundle
Type:symfony-bundle
pkg:composer/manhattan/seo-bundle
dev-master
2013-11-10 11:29 UTC
Requires
- php: >=5.3.3
- manhattan/publish-bundle: dev-master
This package is auto-updated.
Last update: 2026-02-27 01:20:47 UTC
README
Enable SEO editable fields to bundles within the Manhattan System.
How
-
Add this bundle to the composer file:
{ "require": { ... "manhattan/seo-bundle": "dev-master" } } -
Add this bundle to your app kernel:
// app/AppKernel.php public function registerBundles() { return array( // ... new Manhattan\Bundle\ConsoleBundle\ManhattanConsoleBundle(), new Manhattan\PublishBundle\ManhattanPublishBundle(), new Manhattan\SEOBundle\ManhattanSEOBundle(), // ... ); }