Magento 2 module that adds a new menu to magento backend, and adds a feature to upload custom files
- version: 0.0.1
- you can configure which files can be uploaded
- extension key: Hevelop_FileUploader
- extension on GitHub
- PHP = 7.0.X
- Magento = 2.1.11
- Install the extension via composer or copy all the files into your document root /app/code/
- Enable module
- Login to backend, you now must see 2 new menus: Hevelop -> Upload File and Store->Configuration->Hevelop
- if you want to upload big files make sure your webserver/php has upload limits set correctly php: memory_limit upload_max_filesize post_max_size nginx: client_max_body_size
- uploaded files are saved into media/wysiwyg folder
- Remove all extension files from your Magento installation
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Yuriy Boyko
GNU AGPL - GNU Affero General Public License - 3.0
(c) 2018 Hevelop