abenmada/sylius-export-plugin

The Export plugin allows you to export all data of any entity directly from the configuration file

Maintainers

👁 abenmada

Package info

github.com/ayman-benmada/Sylius-Export-Plugin

Type:sylius-plugin

pkg:composer/abenmada/sylius-export-plugin

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

v1.0.2 2024-05-12 19:24 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 12df9a2bbb5466ad51a26fb07a794873ca6f4d90

  • Ayman BENMADA

symfonyexporte-commercesyliussylius-plugin

This package is auto-updated.

Last update: 2026-06-12 23:55:20 UTC


README

The Export plugin allows you to export all data of any entity directly from the configuration file.

👁 presentation photo

Documentation

Installation

Require plugin with composer :

composer require abenmada/sylius-export-plugin

Change your config/bundles.php file to add the line for the plugin :

<?php

return [
 //..
 Abenmada\ExportPlugin\ExportPlugin::class => ['all' => true],
]

Then create the config file in config/packages/abenmada_export_plugin.yaml :

imports:
 - { resource: "@ExportPlugin/Resources/config/services.yaml" }

Then import the routes in config/routes/abenmada_export_plugin.yaml :

abenmada_export_plugin_routing:
 resource: "@ExportPlugin/Resources/config/routes.yaml"
 prefix: /%sylius_admin.path_name%