csvikram / helloadmin
CS Vikram Hello Admin Module
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-06-12 21:22:40 UTC
README
Installation Guide
Type 1: Zip file
- Unzip the theme zip file in
app/code/CsVikram/HelloAdmin
- Apply database updates by running
php bin/magento setup:upgrade
- Disable module by running
php bin/magento module:disable CsVikram_HelloAdmin
- Enable module by running
php bin/magento module:enable CsVikram_HelloAdmin
- Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the luma child theme by running
composer require csvikram/helloadmin:dev-master
- apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush