Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mad-coders/sylius-taxon-gallery-plugin
- Owner: mad-coders
- License: eupl-1.2
- Created: 2021-10-13T14:16:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T16:35:46.000Z (about 1 year ago)
- Last Synced: 2024-12-03T23:46:03.810Z (about 1 month ago)
- Topics: ecommerce, homepage, php, sylius, sylius-plugin, symfony, taxonomy
- Language: PHP
- Homepage:
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)