ecomteck / module-mobile-detect
Ecomteck MobileDetect Module
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-03-29 00:47:32 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