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

Google Manufacturer Bundle Laravel Package

agencednd/google-manufacturer-bundle

View on GitHub
Deep Wiki
Context7

Installation guide fro Akeneo PIM version 3:

How to install Google Manufacturer Connector:

If it is not already done, install Akeneo PIM.

If composer is not installed, get composer (with command line):

cd /my/pim/installation/dir
curl -sS https://getcomposer.org/installer | php

Then, you can either require Google Manufacturer Connector using composer:

cd /my/pim/installation/dir
composer require "agencednd/google-manufacturer-connector-bundle"

Or in your composer.json add the following code dependending on your Akeneo PIM version:

{   
    "require": {
        "agencednd/google-manufacturer-connector-bundle": "3.*"
    }
}

And finish the install by running:

cd /my/pim/installation/dir
composer install

How to enable Google Manufacturer Connector:

First, enable the bundle in the Kernel:

<?php
// > app/AppKernel.php
// [...]

$bundles[] = new Dnd\GoogleManufacturerBundle\DndGoogleManufacturerBundle();

Then, add the route of the bundle:

# > app/config/routing.yml
dnd_google_manufacturer:
    resource: "[@DndGoogleManufacturerBundle](https://github.com/DndGoogleManufacturerBundle)/Resources/config/routing.yml"

Change or add the configuration for media caching:

# > app/config/config.yml
liip_imagine:
    filter_sets:
        thumbnail_full:
            quality: 100
            format: jpeg
            filters:
                relative_resize: { scale: 1.0 }

You are allowed to change the filter set or change the filter key thumbnail_full but changes must also be applied in the linked service: DndGoogleManufactureBundle/Resources/config/renderers.yml

Then refresh the assets:

php bin/console cache:clear --env=prod
php bin/console pim:installer:assets --env=prod
yarn run webpack
> Back to summary
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.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui