Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 867 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 867 Bytes

Pimcore Import Export Bundle

Installation

  1. Require the bundle

    composer require teamneusta/pimcore-import-export-bundle
  2. Enable the bundle

    Add the Bundle to your config/bundles.php:

    Neusta\Pimcore\ImportExportBundle\NeustaPimcoreImportExportBundle::class => ['all' => true],

Usage

TODO

Configuration

TODO

Contribution

Feel free to open issues for any bug, feature request, or other ideas.

Please remember to create an issue before creating large pull requests.

Local Development

To develop on your local machine, the vendor dependencies are required.

bin/composer install

We use composer scripts for our main quality tools. They can be executed via the bin/composer file as well.

bin/composer cs:fix
bin/composer phpstan
bin/composer tests