reg2005 / laravel-selectel by reg2005

This is package for use Selectel as CDN service in Laravel 5
1,895
2
2
Package Data
Maintainer Username: reg2005
Maintainer Contact: cmp08@ya.ru (Evgeniy Ryumin)
Package Create Date: 2016-09-08
Package Last Update: 2017-12-09
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:21:19
Package Statistics
Total Downloads: 1,895
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 5
Total Open Issues: 0

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