Download the PHP package thecadien/sulu-import-export-bundle without Composer
On this page you can find all versions of the php package thecadien/sulu-import-export-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sulu-import-export-bundle
Requirements
- PHP >= 7.3
- Sulu 2.*
- Symfony 4.4 / 5.* / 6
Install the bundle
Execute the following composer command to add the bundle to the dependencies of your project:
Enable the bundle
Enable the bundle by adding it to the list of registered bundles in the config/bundles.php
file of your project:
Configure the bundle
If the doctrine database connection used by Sulu is not the 'default' DBAL connection you have to specify the connection name in the bundle's configuration.
Configure the import and export paths in your .env
in the following way.
UPGRADE
1.1.1
Since version 1.1.1 it should be possible to change the path of the export and import easily. For this the ENV must be extended by the following variables. To map the same function as in the 1.0.0 version it is sufficient to leave the variables empty.
All versions of sulu-import-export-bundle with dependencies
doctrine/doctrine-bundle Version >=1.0
sulu/sulu Version ^2.0.1
symfony/config Version ^4.3 || ^5.0 || ^6.0
symfony/dependency-injection Version ^4.3 || ^5.0 || ^6.0
symfony/framework-bundle Version ^4.3 || ^5.0 || ^6.0
symfony/http-foundation Version ^4.3 || ^5.0 || ^6.0
symfony/http-kernel Version ^4.3 || ^5.0.7 || ^6.0