Madcoders Sylius Taxon Gallery Plugin
Features
- pick categories which you want to promote on main page
- re-use taxon images or
- upload own image
Requirements
Version | |
---|---|
PHP | 7.4, 8.0 |
Sylius | 1.9, 1.10 |
Installation
- Add as dependency in
composer.json
composer require madcoders/sylius-taxon-gallery-plugin
- Enable plugin in
config/bundles.php
:
Madcoders\SyliusTaxonGalleryPlugin\MadcodersSyliusTaxonGalleryPlugin::class => ['all' => true],
- Import required config in
config/packages/_sylius.yaml
file:
imports:
- { resource: "@MadcodersSyliusTaxonGalleryPlugin/Resources/config/config.yml" }
- Import routes
config/routes.yaml
file:
madcoders_sylius_taxon_gallery_plugin:
resource: "@MadcodersSyliusTaxonGalleryPlugin/Resources/config/routing.yaml"
- Run migrations:
php bin/console doctrine:migrations:migrate
Development
License
This library is under the EUPL 1.2 license.
Credits
Developed by MADCODERS
Architects of this package: