reg2005/laravel-selectel

这是一个用于在Laravel 5中使用Selectel作为CDN服务的包

1.0.0 2016-09-08 08:39 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:08:24 UTC


README

这是一个用于将Selectel作为Laravel 5.*的CDN服务的包

将以下代码添加到config/filesystems.php文件中的"disks"数组中

    'selectel' => [
        'driver'    => 'selectel',
        'username'  => 'container-username',
        'key'       => 'container-password',
        'container' => 'container-name',
        'endpoint'  => 'https://auth.selcdn.ru',
        'region'   => 'aws-global',
    ],

设置"默认"或"云"Selectel存储。

将以下代码添加到config/app.php文件中的服务提供者部分

Reg2005\LaravelSelectel\SelectelServiceProvider::class,

然后使用:https://laravel.net.cn/docs/5.3/filesystem