dev-master
9999999-dev https://github.com/frodosghost/ManhattanSeoBundleA Symfony 2 bundle for adding SEO fields to entities.
MIT
The Requires
- php >=5.3.3
- manhattan/publish-bundle dev-master
seo meta keywords
Wallogit.com
2017 © Pedro Peláez
A Symfony 2 bundle for adding SEO fields to entities.
Enable SEO editable fields to bundles within the Manhattan System., (*1)
Add this bundle to the composer file:, (*2)
{
"require": {
...
"manhattan/seo-bundle": "dev-master"
}
}
Add this bundle to your app kernel:, (*3)
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Manhattan\Bundle\ConsoleBundle\ManhattanConsoleBundle(),
new Manhattan\PublishBundle\ManhattanPublishBundle(),
new Manhattan\SEOBundle\ManhattanSEOBundle(),
// ...
);
}
A Symfony 2 bundle for adding SEO fields to entities.
MIT
seo meta keywords