Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 307 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 307 Bytes

SeoBundle

##Installation

Install the bundle:

composer require skuola/seo-bundle

Register the bundle in app/AppKernel.php:

<?php
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new OpenSkuola\SeoBundle\OpenSkuolaSeoBundle()
    );
}