Download the PHP package sebwite/magento2-product-downloads without Composer
On this page you can find all versions of the php package sebwite/magento2-product-downloads. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sebwite/magento2-product-downloads
More information about sebwite/magento2-product-downloads
Files in sebwite/magento2-product-downloads
Download sebwite/magento2-product-downloads
More information about sebwite/magento2-product-downloads
Files in sebwite/magento2-product-downloads
Vendor sebwite
Package magento2-product-downloads
Short Description Magento 2.0 product download module
License OSL-3.0 AFL-3.0
Package magento2-product-downloads
Short Description Magento 2.0 product download module
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-product-downloads
README
Magento 2.0 Product Downloads extension
Adds a new tab on the product page to add downloads. This downloads will be shown in a tab on the product page. You can configure the allowed file extensions from the admin settings menu.
Screenshot
Installation with composer (recommended)
- Include the repository:
composer require sebwite/magento2-product-downloads
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
Installation without composer
- Download zip file of this extension
- Place all the files of the extension in your Magento 2 installation in the folder app/code/Sebwite/ProductDownloads
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
After these steps the extra tab on the products page will be visible. This extension has no config options (yet)
All versions of magento2-product-downloads with dependencies
PHP Build Version
Package Version
Requires
magento/magento-composer-installer Version
*
The package sebwite/magento2-product-downloads contains the following files
Loading the files please wait ....