element119 / module-custom-admin-logo
A Magento 2 module that allows admins to set the logo for their admin panel and login screen.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- magento/module-config: ^101.0
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:
composer require element119/module-custom-admin-logo php bin/magento setup:upgrade
⏫ Updating
Run the following command to update this module:
composer update element119/module-custom-admin-logo php bin/magento setup:upgrade
❌ Uninstallation
Run the following command to uninstall this module:
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
.
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.