Pimcore Schema

Installs: 44 874

Dependents: 0

Suggesters: 2

Security: 0

Stars: 10

Watchers: 11

Forks: 3

Open Issues: 1

Type:pimcore-bundle

v3.0.0 2023-08-30 13:53 UTC

This package is auto-updated.

Last update: 2024-11-14 18:04:27 UTC


README

Schema.org type builder and ld+json generator for pimcore. This bundle requires the spatie/schema-org package.

Join the chat at https://gitter.im/pimcore/pimcore Software License Latest Release Tests PhpStan

Release Plan

Installation

"require" : {
    "dachcom-digital/schema" : "~3.0.0",
}

Add Bundle to bundles.php:

return [
    SchemaBundle\SchemaBundle::class => ['all' => true],
];
  • Execute: $ bin/console pimcore:bundle:install SchemaBundle

Upgrading

  • Execute: $ bin/console doctrine:migrations:migrate --prefix 'SchemaBundle\Migrations'

Output

image

Note

Test your output on https://search.google.com/structured-data/testing-tool

Further Information

License

DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, dcdi@dachcom.ch
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!