2017 © Pedro Peláez
 

symfony-bundle seo-bundle

A Symfony 2 bundle for adding SEO fields to entities.

image

manhattan/seo-bundle

A Symfony 2 bundle for adding SEO fields to entities.

  • Sunday, November 10, 2013
  • by frodosghost
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ManhattanSeoBundle

Enable SEO editable fields to bundles within the Manhattan System., (*1)

How

  1. Add this bundle to the composer file:, (*2)

    {
        "require": {
            ...
            "manhattan/seo-bundle": "dev-master"
        }
    }
  2. 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(),
            // ...
        );
    }

The Versions

10/11 2013

dev-master

9999999-dev https://github.com/frodosghost/ManhattanSeoBundle

A Symfony 2 bundle for adding SEO fields to entities.

  Sources   Download

MIT

The Requires

 

seo meta keywords