reg2005/laravel-selectel

This is package for use Selectel as CDN service in Laravel 5

1.0.0 2016-09-08 08:39 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:12:00 UTC


README

This is package for use Selectel as CDN service for Laravel 5.*

Add to config/filesystems.php in "disks" array:

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

set "default", or "cloud" selectel storage.

Add to config/app.php in service provider section:

Reg2005\LaravelSelectel\SelectelServiceProvider::class,

And use: https://laravel.com/docs/5.3/filesystem