csvikram / helloadmin
CS Vikram Hello Admin Module
Package info
github.com/csvikram44/module-hello-admin
Type:magento2-module
pkg:composer/csvikram/helloadmin
dev-master
2020-09-30 14:10 UTC
This package is auto-updated.
Last update: 2026-03-12 23:16:22 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