mageware/magento2-admin-demo

Magento 2.x CE module for accessing admin in demo mode.

1.0.0 2017-11-05 17:15 UTC

This package is not auto-updated.

Last update: 2024-05-03 01:02:02 UTC


README

Magento 2.x CE module for accessing admin in demo mode.

Installation Instructions

  1. Use composer to download the module:

    composer require mageware/magento2-admin-demo
    
  2. Enable downloaded module:

    php bin/magento module:enable MageWare_Common MageWare_AdminDemo
    
  3. Upgrade your database:

    php bin/magento setup:upgrade