Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mad-coders/sylius-taxon-gallery-plugin

Sylius Taxon Gallery Plugin
https://github.com/mad-coders/sylius-taxon-gallery-plugin

ecommerce homepage php sylius sylius-plugin symfony taxonomy

Last synced: 19 days ago
JSON representation

Sylius Taxon Gallery Plugin

Awesome Lists containing this project

README

        

# [Madcoders](https://www.madcoders.co) 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 | ^8.0 |
| Sylius | ^1.12 |

## Installation

1. Add as dependency in `composer.json`
```shell
composer require madcoders/sylius-taxon-gallery-plugin
```

2. Enable plugin in `config/bundles.php`:
```php
Madcoders\SyliusTaxonGalleryPlugin\MadcodersSyliusTaxonGalleryPlugin::class => ['all' => true],
```

3. Import required config in `config/packages/_sylius.yaml` file:
```yaml
imports:
- { resource: "@MadcodersSyliusTaxonGalleryPlugin/Resources/config/config.yml" }
```

4. Import routes `config/routes.yaml` file:
```yaml
madcoders_sylius_taxon_gallery_plugin:
resource: "@MadcodersSyliusTaxonGalleryPlugin/Resources/config/routing.yaml"
```
5. Run migrations:
```bash
php bin/console doctrine:migrations:migrate
```

## Development

* See [How to contribute](docs/CONTRIBUTING.md)

## License

This library is under the [EUPL 1.2](LICENSE) license.

## Credits

![madcoders logo](docs/img/madcoders-logo-slogan.png)

Developed by [MADCODERS](https://madcoders.co)
Architects of this package:
- [Piotr Lewandowski](https://github.com/plewandowski)
- [Leonid Moshko](https://github.com/LeoMoshko)

Buy Me A Coffee