- Magento2 Compatibility
- 2.3.x
- 2.4.x
- 2.5.x
- Headline
- 59 Latest Magento 2 Extensions in One Bundle
- Short Description
- Download and Discuss Premium, BusinessMageWorx MEGA Bundle -- 59 M2 Extensions January 2024 version on NullPro Community. It is zip Extention type and 7.6 MB File size. From MageWorx MEGA Bundle -- 59 M2 Extensions have 1 Description Attachments, 16 discussion, 1 Updates, 1 Reviews, 1,215 Views.
MageWorx Mega M2 Extension Bundle - 59 extensions!
😱😵😆👍😎
Like or leave a review if you'd like to see monthly updates of the Mega Bundle.
List of included extensions:
How to install
These extensions can be installed using the composer artifact method.
Instructions
---------------------------------------------------
1. From the Magento root directory, create
artifact-packages
folder inside vendor
directory:
Code:
--$ mkdir vendor/artifact-packages
2. Place all the extension zip files inside the newly created folder.
3. Tell composer about the
artifact-packages
directory (this will add an entry on your composer.json which allows it to read the extension from the zip files)
Code:
--$ composer config repositories.artifact-repo artifact $(pwd)/vendor/artifact-packages
4. Then just run composer require mageworx/{module name}. For example - if the zip file name is 'mageworx-module-banner-1.2.5.zip', you can install using this composer command:
Code:
--$ composer require mirasvit/banner
5. Finally just run
bin/magento setup:upgrade
, clean cache (recompile your site - if needed)