Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/element119/module-custom-admin-logo
A Magento 2 module that allows admins to set the logo for their admin panel and login screen.
https://github.com/element119/module-custom-admin-logo
admin customisation magento2 utility
Last synced: about 3 hours ago
JSON representation
A Magento 2 module that allows admins to set the logo for their admin panel and login screen.
- Host: GitHub
- URL: https://github.com/element119/module-custom-admin-logo
- Owner: element119
- License: mit
- Created: 2023-01-02T00:59:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T21:14:59.000Z (5 months ago)
- Last Synced: 2024-10-26T13:42:22.517Z (12 days ago)
- Topics: admin, customisation, magento2, utility
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
element119 | Custom Admin Logo
## 📝 Features
✔️ Upload a custom logo for the admin login screen✔️ Upload a custom logo for the admin menu
✔️ Maintains brand presence on the admin pages
✔️ Easily revert to default logos
✔️ Built in accordance with Magento best practises
✔️ Dedicated module configuration group
✔️ Seamless integration with Magento
✔️ Built with developers and extensibility in mind to make customisations as easy as possible
✔️ Installable via Composer
## 🔌 Installation
Run the following command to *install* this module:
```bash
composer require element119/module-custom-admin-logo
php bin/magento setup:upgrade
```
## ⏫ Updating
Run the following command to *update* this module:
```bash
composer update element119/module-custom-admin-logo
php bin/magento setup:upgrade
```
## ❌ Uninstallation
Run the following command to *uninstall* this module:
```bash
composer remove element119/module-custom-admin-logo
php bin/magento setup:upgrade
```
## 📚 User Guide
Module configuration can be found by logging into the admin and navigating to `Stores -> Settings -> Configuration ->
Advanced -> Admin -> Admin Logos`.![admin-config](https://user-images.githubusercontent.com/40261741/212520570-fec863b2-8124-4e8b-af07-af1bc83801a5.png)
### Login Page
The login page upload allows administrators to upload an image that will be displayed on the admin login page.Permitted files types include jpg, jpeg, gif, png.
### Menu
The menu upload allows administrators to upload an image that will be displayed at the top of the admin menu.Permitted files types include jpg, jpeg, gif, png.
## 📸 Screenshots & GIFs
### Custom Login Logo
![admin-login](https://user-images.githubusercontent.com/40261741/212521164-ae937f0b-bbd3-491a-9185-8e6fa4264ce8.png)### Custom Menu Logo
![admin-menu](https://user-images.githubusercontent.com/40261741/212521165-3a13ad0f-8de0-4fb3-a6c9-69663dbd6c23.png)