文件名称:laravel-tencent-cloud:适用于Laravel的腾讯云API
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-04 07:01:40
laravel laravel-package laravel-tencent-cloud PHP
laravel-腾讯云 这是laravel的腾讯云扩展 环境需求 PHP> = 7.0 安装 composer require larva/laravel-tencent-cloud 对于Laravel 该服务提供商必须注册。 // config/app.php 'providers' => [ '...' , Larva \ TencentCloud \ TencentCloudServiceProvider ::class, ]; 利用 try { $ cdn = TencentCloud :: get ( 'cdn' ); $ cdn -> RefreshObjectCaches ([ 'ObjectPath' => [ 'http://www.baidu.com' , ], 'ObjectType' => 'File' ]); } cat
【文件预览】:
laravel-tencent-cloud-master
----.gitignore(488B)
----README.md(1KB)
----LICENSE(1KB)
----composer.json(1KB)
----src()
--------TencentCloud.php(3KB)
--------Jobs()
--------TencentCloudHelper.php(6KB)
--------TencentCloudManage.php(37KB)
--------TencentCloudServiceProvider.php(1KB)
--------ApiGateway.php(3KB)
----config()
--------tencent.php(1KB)