Skip to content

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

License

Notifications You must be signed in to change notification settings

mageware/magento2-admin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Demo

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