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

pkg:composer/csvikram/helloadmin

dev-master 2020-09-30 14:10 UTC

This package is auto-updated.

Last update: 2026-01-12 22:57:01 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