rlabuta / mobiledetect
Detect mobile device
Package info
github.com/gitruslan/yii2-mobileDetection
Type:yii2-extension
pkg:composer/rlabuta/mobiledetect
dev-live / 1.0.x-dev
2015-10-13 18:12 UTC
Requires
- yiisoft/yii2: *
Requires (Dev)
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-26 02:59:31 UTC
README
=========================== Main extensions library from http://mobiledetect.net/
Installation
php composer.phar require rlabuta/mobiledetect "*"
or
"rlabuta/mobiledetect" : "*"
If you get error like ``...could not be found in any version`` during installation,
try to add
"minimum-stability": "dev"
in your json file
Add code below In your config file like additional params
... 'params' => [ 'mobiledetect' => [ 'autoRedirectToMobile' => 'http://m.site', 'autoRedirectToTablet' => 'http://tablet.site', ] ]