ezsystems/ezcommerce-econtent-installer

Ibexa Commerce eContent data installer

v1.0.1 2021-02-05 15:31 UTC

This package is auto-updated.

Last update: 2024-04-05 22:16:35 UTC


README

This package contains eContent sample data installer for testing purposes.

Installation

  1. Install the package

    composer require ezsystems/ezcommerce-econtent-installer
    
  2. Enable the bundle in your config/bundles.php:

    Ibexa\Platform\Bundle\Commerce\EContentInstaller\IbexaPlatformCommerceEContentInstallerBundle::class => ['all' => true],    

Usage

To install eContent demo data use the following Symfony command:

php bin/console ezplatform:install commerce-econtent-demo

COPYRIGHT

Copyright (C) 1999-2020 Ibexa AS. All rights reserved.

LICENSE