gubee-marketplace / integration-module
Gubee Integration Module for Magento 2
Installs: 575
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 1
Type:magento2-module
Requires
- gubee-marketplace/php-sdk: ^1
- laminas/laminas-hydrator: >=2
- magento/framework: ^103
- magento/module-catalog: ^104
- magento/module-configurable-product: ^100
- symfony/console: >=4.0
Requires (Dev)
- captainhook/captainhook: ^5.10
- laminas/laminas-coding-standard: ^2.5
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.9
- dev-main
- 1.0.41
- 1.0.40
- 1.0.38
- 1.0.37
- 1.0.36
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/version-admin
- dev-bugfix/invoice-cleanup-xml
- dev-release/future
- dev-release/legacy
This package is auto-updated.
Last update: 2025-02-26 19:37:49 UTC
README
đ» PrĂ©-requisitos
Antes de começar, verifique se vocĂȘ atendeu aos seguintes requisitos:
- VocĂȘ instalou a versĂŁo do
php 7.4
ou superior. - VocĂȘ instalou a versĂŁo do
composer 1
ou superior. - VocĂȘ instalou a versĂŁo do
Magento 2.4.1
ou superior.
đ Instalando modulo no Magento 2
Para instalar o Gubee Integration, siga estas etapas:
Dentro do projeto Magento 2:
composer require gubee-marketplace/integration-module:^1
đ Desinstalando modulo no Magento 2
Rodar comando: DELETE FROM patch_list
WHERE ((patch_name
= 'Gubee\Integration\Setup\Patch\Data\GubeeCatalogProductAttribute'));
bin/magento module:uninstall Gubee_Integration
â Usando Gubee Integration
Em breve.
đ Licença
Esse projeto estĂĄ sob licença. Veja o arquivo LICENĂA para mais detalhes.