2017 © Pedro Peláez
 

symfony-bundle bb-seo-ezplatform-bundle

SEO Extension bundle for eZ Plateform aka eZ pblish 6

image

bruyerefreelance/bb-seo-ezplatform-bundle

SEO Extension bundle for eZ Plateform aka eZ pblish 6

  • Wednesday, February 3, 2016
  • by bruyere-freelance
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BB SEO Extension eZ Platform

This bundle is still under developpement !!, (*1)

About this Extension ?

ScreenShot, (*2)

This extension allow to manage meta description and title ..., (*3)

Installation

Step 1: Download BruyereFreelanceSeoExtensionBundle using composer

``` bash $ composer require bruyerefreelance/bb-seo-ezplatform-bundle, (*4)


Composer will install the bundle to your project's `vendor/BruyereFreelance` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new BruyereFreelance\SeoExtensionBundle\BruyereFreelanceSeoExtensionBundle(), ); }

Step 3: Add your configuration

Add configuration : content type enabled for SEO ``` yaml, (*5)

app/config/config.yml

bruyere_freelance_seo_extension: content_type_identifier: ['article', 'page_simple'] #add your own ..., (*6)

add config for doctrine ORM

doctrine: dbal: connections: default: driver: %database_driver% host: %database_host% port: %database_port% user: %database_user% password: %database_password% dbname: %database_name% charset: UTF8 orm: auto_generate_proxy_classes: "%kernel.debug%" naming_strategy: doctrine.orm.naming_strategy.underscore auto_mapping: true, (*7)


### Step 4: Update your schema ``` bash $ php app/console doctrine:schema:update --force

You should be able to use BB SEO Extension ..., (*8)

How to use it ?

You can add or edit meta-desription or title using UI ..., (*9)

To retrieve meta the only way for now is : html {{ render(controller("BruyereFreelanceSeoExtensionBundle:Front:getMetasFromContentId", {'contentId' : contentId } )) }}, (*10)

The Versions

03/02 2016

dev-master

9999999-dev

SEO Extension bundle for eZ Plateform aka eZ pblish 6

  Sources   Download

GPL-2.0

The Requires

 

seo ez publish extension ez plateform seo extension ez plateform