ecomteck/module-mobile-detect

Ecomteck MobileDetect Module

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2020-02-02 04:06 UTC

This package is auto-updated.

Last update: 2024-04-29 04:14:04 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