Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Bb Seo Ezplatform Bundle Laravel Package

bruyerefreelance/bb-seo-ezplatform-bundle

View on GitHub
Deep Wiki
Context7

BB SEO Extension eZ Platform

This bundle is still under developpement !!

About this Extension ?

ScreenShot

This extension allow to manage meta description and title ...

Installation

Step 1: Download BruyereFreelanceSeoExtensionBundle using composer

$ composer require bruyerefreelance/bb-seo-ezplatform-bundle

Composer will install the bundle to your project's vendor/BruyereFreelance directory.

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?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

# app/config/config.yml
bruyere_freelance_seo_extension:
    content_type_identifier: ['article', 'page_simple'] #add your own ...
    
#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

Step 4: Update your schema

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

You should be able to use BB SEO Extension ...

How to use it ?

You can add or edit meta-desription or title using UI ...

To retrieve meta the only way for now is :

{{ render(controller("BruyereFreelanceSeoExtensionBundle:Front:getMetasFromContentId", {'contentId' : contentId } )) }}
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle