This plugin allow you to import data from Akeneo PIM.
- Configure your Akeneo Account - Documentation
- Configure which data should be imported and how it will be imported. - Documentation
- Customize imports according to your business needs. - Documentation
- Launch imports through Cli or Back-Office - Documentation
Version | |
---|---|
PHP | 7.3, 7.4, 8.0 |
Sylius | 1.8, 1.9, 1.10 |
Akeneo PIM | 3.0+ |
-
Add the bundle and dependencies in your composer.json :
composer require synolia/sylius-akeneo-plugin --no-scripts
-
Enable the plugin in your
config/bundles.php
file by addSynolia\SyliusAkeneoPlugin\SynoliaSyliusAkeneoPlugin::class => ['all' => true],
-
Import required config in your
config/packages/_sylius.yaml
file:imports: - { resource: "@SynoliaSyliusAkeneoPlugin/Resources/config/config.yaml" }
-
Import routing in your
config/routes.yaml
file:synolia_akeneo: resource: "@SynoliaSyliusAkeneoPlugin/Resources/config/routes.yaml" prefix: '/%sylius_admin.path_name%'
-
Apply plugin migrations to your database:
bin/console doctrine:migrations:migrate
-
Clear cache
bin/console cache:clear
Everything you need to know about Reference Entity in Sylius
This library is under the EUPL-1.2 license.
Developed by Synolia.