phamxuanloc/ecomfit_test

This is a test module for create admin menu and controller in Magento2

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

dev-master 2018-09-04 10:53 UTC

This package is not auto-updated.

Last update: 2024-05-23 15:49:51 UTC


README

This is an example ecomfit module In Magento2

Manually Installation

Ecomfit module installation is very easy, please follow the steps for installation-

=> Download and unzip the respective extension zip and create Ecomfit(vendor) and Tracking(module) name folder inside your magento/app/code/ directory and then move all module's files into magento root directory Magento2/app/code/Ecomfit/Tracking/ folder.

Install with Composer as you go

Specify the version of the module you need, and go.

composer require locpx/magento2_tracking_module

Run following command via terminal from magento root directory

 $ php bin/magento setup:upgrade
 $ php bin/magento setup:di:compile
 $ php bin/magento setup:static-content:deploy

=> Flush the cache and reindex all.

now module is properly installed