Skip to content

vstm/IbrowsSimpleSeoBundle

 
 

Repository files navigation

IbrowsSimpleSeoBundle - Simple Seo

The IbrowsSimpleSeoBundle supports to add an for every route within additional path requirements and supports to add any metaTags to any path

Install & setup the bundle

  1. Fetch the source code

    $ php composer.phar require ibrows/simple-seo-bundle "~2.0@dev"

    Composer will install the bundle to your project's ibrows/simple-seo-bundle directory.

  2. Add the bundle to your AppKernel class

    // app/AppKernerl.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Ibrows\SimpleSeoBundle\IbrowsSimpleSeoBundle(),
            // ...
        );
        // ...
    }
  3. Add routing

    // app/config/routing.yml
    
    SimpleSeoBundle:
        resource: .
        type:     ibrows_router
        prefix:   /
    
  4. Generate Schema

    php app/console doctrine:schema:update  --force
    

Minimal configuration

This bundle requires Nothing !

Additional configuration

Edit default config

# app/config/conf.yml

    ibrows_simple_seo:

About

Ibrows Simple Seo Symfony2 Bundle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • HTML 0.2%