mageware / magento2-admin-demo
Magento 2.x CE module for accessing admin in demo mode.
Package info
github.com/mageware/magento2-admin-demo
Type:magento2-module
pkg:composer/mageware/magento2-admin-demo
1.0.0
2017-11-05 17:15 UTC
Requires
- magento/framework: >=100.0 <102
- magento/module-backend: >=100.0 <101
- magento/module-store: >=100.0 <101
- mageware/magento2-common: 1.*
This package is not auto-updated.
Last update: 2026-03-06 09:47:00 UTC
README
Magento 2.x CE module for accessing admin in demo mode.
Installation Instructions
-
Use composer to download the module:
composer require mageware/magento2-admin-demo -
Enable downloaded module:
php bin/magento module:enable MageWare_Common MageWare_AdminDemo -
Upgrade your database:
php bin/magento setup:upgrade