Download the PHP package magenizr/magento2-mediagalleryfolder without Composer
On this page you can find all versions of the php package magenizr/magento2-mediagalleryfolder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package magento2-mediagalleryfolder
Media Gallery Folder
Magento allows the media gallery access to the directory wysiwyg
and catalog
only. Unfortunately, other directories cannot be added easily, unless you create a module as explained in Modify media library folder permissions
which is not suitable for most store owners.
We decided to close this problem by creating an interface where directories can be added easily to the Media Gallery.
Business Value
- No development work required.
- Practical for small businesses, which cannot afford expensive agency support.
System Requirements
- Magento 2.4.3-p1 or higher
- PHP 7.x
Installation (Composer 2)
- Update your composer.json
composer require "magenizr/magento2-mediagalleryfolder":"1.0.0" --no-update
-
Use
composer update --no-install
to update your composer.lock file. -
And then
composer install
to install the package. - Enable the module and clear static content.
Installation (Manually)
- Download the code.
- Extract the downloaded tar.gz file. Example:
tar -xzf Magenizr_MediaGalleryFolder_1.0.0.tar.gz
. - Copy the code into
./app/code/Magenizr/MediaGalleryFolder/
. - Enable the module and clear static content.
Features
- Module can be disabled any time without touching the
config.php
file. - Add as many directories as you want.
Usage
- Navigate to
Stores > Configuration > Advanced > System > Media Gallery Folder
- Enable the module
- Add your directory ( relatively from
pub/media
) and give it a label - Clear the cache
- After that you should see the directory in your Media Gallery
Roadmap
- Restrict directories to specific admin roles
Support
If you experience any issues, don't hesitate to open an issue on Github. For a custom build, don't hesitate to contact us on Magento Marketplace.
Purchase
This module is available for free on GitHub. If you purchase the module on Magenizr Shop or Magento Marketplace we offer 60 days free support, 90 days warranty and 12 month free updates.
Contact
Follow us on GitHub, Twitter and Facebook.
History
===== 1.0.0 =====
- Stable version