💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[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, []); ```