Skip to content

ecomteck/module-mobile-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magento2-ecomteck-mobiledetect

The module give helper and library to detect right current mobile device.

Installation

With composer:

$ composer require ecomteck/module-mobile-detect

Manually:

Copy the zip into app/code/Ecomteck/MobileDetect directory

After installation by either means, enable the extension by running following commands:

$ php bin/magento module:enable Ecomteck_MobileDetect --clear-static-content
$ php bin/magento setup:upgrade --keep-generated