Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlosoft/module-backend-image
Custom admin backend image for Magento 2.x
https://github.com/marlosoft/module-backend-image
magento2 magento2-admin magento2-extension magento2-extension-free magento2-module
Last synced: 25 days ago
JSON representation
Custom admin backend image for Magento 2.x
- Host: GitHub
- URL: https://github.com/marlosoft/module-backend-image
- Owner: marlosoft
- Created: 2019-02-27T15:43:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:16:49.000Z (almost 6 years ago)
- Last Synced: 2023-08-15T09:14:22.953Z (over 1 year ago)
- Topics: magento2, magento2-admin, magento2-extension, magento2-extension-free, magento2-module
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Admin Custom Backend Image
==========================Custom admin backend image for Magento 2.x
## Installation via Composer
```bash
composer require marlosoft/module-backend-image
```## Manual Installation
1. Download the chat plugin source.
2. Create new folder `app/code/Marlosoft/BackendImage/`.
3. Copy all source files into the newly created directory.
4. Run setup upgrade command.
```bash
php bin/magento setup:upgrade
```
5. Run cache flush command.
```bash
php bin/magento cache:flush
```
6. That's it! The extension should be already installed.