Skip to content

dachcom-digital/pimcore-social-data

Repository files navigation

Pimcore Social Data Bundle

Software License Latest Release Travis PhpStan

This Bundles allows you to load social data from different networks like Facebook, Instagram or Youtube.

image

Requirements

  • Pimcore >= 6.6.0

Installation

"require" : {
    "dachcom-digital/social-data" : "~1.0.0",
}

Installation via Extension Manager

After you have installed the Social Data Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Enable / Disable row
  • Click the green + Button in Install/Uninstall row

Installation via CommandLine

After you have installed the Social Data Bundle via composer:

  • Execute: $ bin/console pimcore:bundle:enable SocialDataBundle
  • Execute: $ bin/console pimcore:bundle:install SocialDataBundle

Upgrading

Upgrading via Extension Manager

After you have updated the Social Data Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Update row

Upgrading via CommandLine

After you have updated the Social Data Bundle via composer:

  • Execute: $ bin/console pimcore:bundle:update SocialDataBundle

Migrate via CommandLine

Does actually the same as the update command and preferred in CI-Workflow:

  • Execute: $ bin/console pimcore:migrations:migrate -b SocialDataBundle

Usage

This Bundle needs some preparation. Please checkout the Setup guide first.

Further Information

Copyright and license

Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!