通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
>[danger] 将扩展类库中的类定义到容器中 ```php // 容器Provider定义文件 return [ 'think\Request' => Request::class, 'think\exception\Handle' => ExceptionHandle::class, // 扩展类库 'math' => Math::class, 'layui' => Layui::class, ]; ``` >[danger] 使用 ```php return app('layui')->table('用户列表', 0, []); ```