https://github.com/akai-z/magento2-module-admin-theme-switcher
A module that adds an option to switch between admin themes to Magento 2 admin panel
https://github.com/akai-z/magento2-module-admin-theme-switcher
admin admin-dashboard admin-panel admin-ui administration administrator dashboard mage magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-module panel php theme
Last synced: 6 months ago
JSON representation
A module that adds an option to switch between admin themes to Magento 2 admin panel
- Host: GitHub
- URL: https://github.com/akai-z/magento2-module-admin-theme-switcher
- Owner: akai-z
- License: gpl-2.0
- Created: 2017-02-05T22:21:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T20:01:58.000Z (over 5 years ago)
- Last Synced: 2024-04-24T05:03:25.785Z (about 2 years ago)
- Topics: admin, admin-dashboard, admin-panel, admin-ui, administration, administrator, dashboard, mage, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-module, panel, php, theme
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.txt
Awesome Lists containing this project
README
Admin Theme Switcher [](https://insight.sensiolabs.com/projects/33440099-8b6d-46ab-896a-70487a3e62e6)
====================
[](https://travis-ci.org/akai-z/magento2-module-admin-theme-switcher)
[](https://www.versioneye.com/user/projects/595b9d5b368b080033562eef)
[](https://codeclimate.com/github/akai-z/magento2-module-admin-theme-switcher)
[](https://packagist.org/packages/akai/magento2-module-admin-theme-switcher)
[](https://packagist.org/packages/akai/magento2-module-admin-theme-switcher)
#### Contents
* [Synopsis](#synopsis)
* [Overview](#overview)
* [Installation](#installation)
* [Tests](#tests)
* [Authors](#authors)
* [License](#license)
## Synopsis
A Magento 2 module that allows users to easily switch between admin themes.
## Overview
Admin Theme Switcher module adds an option to Magento 2 admin panel
that allows users to switch between admin themes.
The option can be found in stores configuration design page.
(`Stores > Configuration > General > Design`)
Under `Design Theme` group.
## Installation
Below, you can find two ways to install the admin theme switcher module.
### 1. Install via Composer (Recommended)
First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md
Make sure that Packagist repository is not disabled.
Run Composer require to install the module:
php /composer.phar require akai/module-admin-theme-switcher:^1.0
### 2. Clone the admin-theme-switcher repository
Clone the [admin-theme-switcher](https://github.com/akai-z/admin-theme-switcher) repository using either the HTTPS or SSH protocols.
### 2.1. Copy the code
Create a directory for the admin theme switcher module and copy the cloned repository contents to it:
mkdir -p /app/code/Akai/AdminThemeSwitcher
cp -R /* /app/code/Akai/AdminThemeSwitcher
### Update the Magento database and schema
If you added the module to an existing Magento installation, run the following command:
php /bin/magento setup:upgrade
### Verify the module is installed and enabled
Enter the following command:
php /bin/magento module:status
The following confirms you installed the module correctly, and that it's enabled:
example
List of enabled modules:
...
Akai_AdminThemeSwitcher
...
## Tests
Unit tests can be found in the [Test/Unit](Test/Unit) directory.
## Authors
* [Ammar K.](https://api.github.com/user/4558603/)
## License
[GNU General Public License version 2](LICENSE.txt)