https://github.com/snowdogapps/magento2-alpaca-packages
https://github.com/snowdogapps/magento2-alpaca-packages
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdogapps/magento2-alpaca-packages
- Owner: SnowdogApps
- Created: 2020-04-24T09:46:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T08:30:21.000Z (about 2 years ago)
- Last Synced: 2025-04-12T21:58:35.222Z (15 days ago)
- Size: 57.6 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Magento 2 Alpaca Packages
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.