php判断客户端类型
2021-01-30 15:17
标签:注册 lock pos facade 安装 VID require nss ges Add the service provider in config/app.php: And add the Agent alias to config/app.php: 3.1引用类 3.2实例化 php判断客户端类型 标签:注册 lock pos facade 安装 VID require nss ges 原文地址:https://www.cnblogs.com/yaoliuyang/p/13194282.html1.composer第三方扩展包 jenssegers/agent
2.使用
composer
安装composer require jenssegers/agent
2.1在
config\app.php
中注册服务提供者
Jenssegers\Agent\AgentServiceProvider::class,
‘Agent‘ => Jenssegers\Agent\Facades\Agent::class,
3.在控制器中的使用
use Jenssegers\Agent\Agent;
Agent
对象$agent = new Agent();
上一篇:JS 空对象内插入对象