snowdog / module-alpaca-packages
Bunch of modules for Alpaca
Installs: 30 481
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 18
Forks: 0
Open Issues: 0
Requires
- magepal/magento2-gmailsmtpapp: ~2.6.4|~2.7.0|~2.8.0|~2.9.0
- magepal/magento2-googletagmanager: ~2.3.0|~2.4.0|~2.5.0|~2.6.0|~2.7.0
- mailchimp/mc-magento2: ^102.3.36|^103.4.45
- smile/elasticsuite: ~2.8.2|~2.9.0|~2.10.0|~2.11.0
- snowdog/module-alpaca-general: ^1.6.0
- snowdog/module-bullet-points: ^1.1.2
- snowdog/module-category-attributes: ^1.1.0
- snowdog/module-csp: ^1.3.2
- snowdog/module-menu: ^2.14.0
- snowdog/module-product-attribute-description: ^1.2.0
- snowdog/module-shipping-latency: ^1.1.1
- snowdog/module-wishlist-unlocker: ^1.0.1
- snowdog/theme-frontend-alpaca: ^2.27.0
- webshopapps/module-matrixrate: ^20.1.5
This package is auto-updated.
Last update: 2024-10-29 11:47:08 UTC
README
A set of open source tools for Magento 2 Open Source
1. Installation:
composer require snowdog/module-alpaca-packages
bin/magento setup:upgrade
2. Usage:
A set of open source modules will be installed in your Magento 2 store, these modules are:
- "magepal/magento2-gmailsmtpapp": https://github.com/magepal/magento2-gmail-smtp-app
- "magepal/magento2-googletagmanager": https://github.com/magepal/magento2-google-tag-manager
- "mailchimp/mc-magento2": https://github.com/mailchimp/mc-magento2
- "smile/elasticsuite": https://github.com/Smile-SA/elasticsuite
- "snowdog/module-alpaca-general": https://github.com/SnowdogApps/magento2-alpaca-general
- "snowdog/module-bullet-points": https://github.com/SnowdogApps/magento2-bullet-points
- "snowdog/module-category-attributes": https://github.com/SnowdogApps/magento2-category-attributes
- "snowdog/module-csp": https://github.com/SnowdogApps/magento2-module-csp
- "snowdog/module-menu": https://github.com/SnowdogApps/magento2-menu
- "snowdog/module-product-attribute-description": https://github.com/SnowdogApps/magento2-product-attribute-description
- "snowdog/module-shipping-latency": https://github.com/SnowdogApps/magento2-shipping-latency
- "snowdog/module-wishlist-unlocker": https://github.com/SnowdogApps/magento2-wishlist-unlocker
- "snowdog/theme-frontend-alpaca": https://github.com/SnowdogApps/magento2-alpaca-theme
- "webshopapps/module-matrixrate": https://github.com/webshopapps/module-matrixrate
3. Demo:
We have a repository for a demo store available here: https://github.com/SnowdogApps/magento2-alpaca-store-demo, which installs Magento 2 and Alpaca components through composer
. You can download it and check it by yourself.