php判断客户端类型

2021-01-30 15:17

阅读:350

标签:注册   lock   pos   facade   安装   VID   require   nss   ges   

1.composer第三方扩展包 jenssegers/agent

2.使用composer安装

composer require jenssegers/agent

2.1在config\app.php中注册服务提供者

Add the service provider in config/app.php:

Jenssegers\Agent\AgentServiceProvider::class,

And add the Agent alias to config/app.php:

‘Agent‘ => Jenssegers\Agent\Facades\Agent::class,

3.在控制器中的使用

3.1引用类

use Jenssegers\Agent\Agent;

3.2实例化Agent对象

$agent = new Agent();

php判断客户端类型

标签:注册   lock   pos   facade   安装   VID   require   nss   ges   

原文地址:https://www.cnblogs.com/yaoliuyang/p/13194282.html


评论


亲,登录后才可以留言!