shopgo/module-admin-theme-switcher

dev-master 2016-03-17 19:12 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:47:44 UTC


README

Contents

Synopsis

TODO

Overview

TODO

Installation

Below, you can find two ways to install the admin theme switcher module. With the release of Magento 2.0, you'll also be able to install modules using the Magento Marketplaces.

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 <your Composer install dir>/composer.phar require shopgo/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.

2.1. Copy the code

Create a directory for the admin theme switcher module and copy the cloned repository contents to it:

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

Update the Magento database and schema

If you added the module to an existing Magento installation, run the following command:

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

Verify the module is installed and enabled

Enter the following command:

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

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

example
    List of enabled modules:
    ...
    ShopGo_AdminThemeSwitcher
    ...

Tests

TODO

Contributors

Ammar (ammar@shopgo.me)

License

Open Source License