Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 506 Bytes

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