rlabuta/mobiledetect

检测移动设备

dev-live / 1.0.x-dev 2015-10-13 18:12 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:11:19 UTC


README

=========================== 主要扩展库来自 http://mobiledetect.net/

安装

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

将以下代码添加到您的 config 文件中作为附加参数

...
'params' => [
    'mobiledetect' => [
        'autoRedirectToMobile' => 'http://m.site',
        'autoRedirectToTablet' => 'http://tablet.site',
    ]
]