2017 © Pedro Peláez
 

magento2-module magento2-module-admin-theme-switcher

A module that adds an option to switch between admin themes to Magento 2 admin panel

image

akai/magento2-module-admin-theme-switcher

A module that adds an option to switch between admin themes to Magento 2 admin panel

  • Thursday, July 6, 2017
  • by akai-z
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Admin Theme Switcher SensioLabsInsight

Build Status Dependency Status Coverage Latest Stable Version License, (*1)

Contents

Synopsis

A Magento 2 module that allows users to easily switch between admin themes., (*2)

Overview

Admin Theme Switcher module adds an option to Magento 2 admin panel
that allows users to switch between admin themes., (*3)

The option can be found in stores configuration design page.
(Stores > Configuration > General > Design)
Under Design Theme group., (*4)

Installation

Below, you can find two ways to install the admin theme switcher module., (*5)

First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md, (*6)

Make sure that Packagist repository is not disabled., (*7)

Run Composer require to install the module:, (*8)

php <your Composer install dir>/composer.phar require akai/module-admin-theme-switcher:^1.0

2. Clone the admin-theme-switcher repository

Clone the admin-theme-switcher repository using either the HTTPS or SSH protocols., (*9)

2.1. Copy the code

Create a directory for the admin theme switcher module and copy the cloned repository contents to it:, (*10)

mkdir -p <your Magento install dir>/app/code/Akai/AdminThemeSwitcher
cp -R <admin-theme-switcher clone dir>/* <your Magento install dir>/app/code/Akai/AdminThemeSwitcher

Update the Magento database and schema

If you added the module to an existing Magento installation, run the following command:, (*11)

php <your Magento install dir>/bin/magento setup:upgrade

Verify the module is installed and enabled

Enter the following command:, (*12)

php <your Magento install dir>/bin/magento module:status

The following confirms you installed the module correctly, and that it's enabled:, (*13)

example
    List of enabled modules:
    ...
    Akai_AdminThemeSwitcher
    ...

Tests

Unit tests can be found in the Test/Unit directory., (*14)

Authors

License

GNU General Public License version 2, (*15)

The Versions

06/07 2017

dev-master

9999999-dev

A module that adds an option to switch between admin themes to Magento 2 admin panel

  Sources   Download

GPL-2.0

The Requires

  • php ~5.6.5 || 7.0.2 || 7.0.4 || ~7.0.6 || ~7.1.0
  • magento/module-store 100.0.* || 100.1.* || 100.2.*
  • magento/module-theme 100.0.* || 100.1.* || 100.2.*
  • magento/framework 100.0.* || 100.1.* || 100.2.*

 

06/07 2017

1.0.1

1.0.1.0

A module that adds an option to switch between admin themes to Magento 2 admin panel

  Sources   Download

GPL-2.0

The Requires

  • php ~5.6.5 || 7.0.2 || 7.0.4 || ~7.0.6 || ~7.1.0
  • magento/module-store 100.0.* || 100.1.* || 100.2.*
  • magento/module-theme 100.0.* || 100.1.* || 100.2.*
  • magento/framework 100.0.* || 100.1.* || 100.2.*

 

06/07 2017

dev-develop

dev-develop

A module that adds an option to switch between admin themes to Magento 2 admin panel

  Sources   Download

GPL-2.0

The Requires

  • php ~5.6.5 || 7.0.2 || 7.0.4 || ~7.0.6 || ~7.1.0
  • magento/module-store 100.0.* || 100.1.* || 100.2.*
  • magento/module-theme 100.0.* || 100.1.* || 100.2.*
  • magento/framework 100.0.* || 100.1.* || 100.2.*

 

05/07 2017

1.0.0

1.0.0.0

A module that adds an option to switch between admin themes to Magento 2 admin panel

  Sources   Download

GPL-2.0

The Requires

  • php ~5.6.5 || 7.0.2 || 7.0.4 || ~7.0.6 || ~7.1.0
  • magento/module-store 100.0.* || 100.1.* || 100.2.*
  • magento/module-theme 100.0.* || 100.1.* || 100.2.*
  • magento/framework 100.0.* || 100.1.* || 100.2.*