sunl888/cdn-pusher-plus

There is no license information available for the latest version (2.1) of this package.

cdn pusher for laravel. forked ty666/cdn-pusher

2.1 2021-09-29 09:15 UTC

This package is auto-updated.

Last update: 2025-05-29 01:27:10 UTC


README

这个包可以非常简单的将静态文件上传到 CDN 上

安装

composer require ty666/cdn-pusher

将以下数组添加到 config/app.php 中 (laravel5.5+ 跳过此步骤)

'providers' => array(
     //...
     Sunl888\CdnPusher\CdnPusherServiceProvider::class,
),

配置

发布配置文件 php artisan vendor:publish --provider="Sunl888\CdnPusher\CdnPusherServiceProvider" 配置文件保存在 config/cdn.php

添加以下配置到 .env 文件中

USE_CDN=true
FILESYSTEM_CLOUD=qiniu

使用

php artisan cdn:push

php artisan cdn:push --rule=without_vendor