ecomteck / module-mobile-detect
Ecomteck MobileDetect Module
Package info
github.com/ecomteck/module-mobile-detect
Type:magento2-module
pkg:composer/ecomteck/module-mobile-detect
1.0.0
2020-02-02 04:06 UTC
This package is auto-updated.
Last update: 2026-03-01 00:30:29 UTC
README
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