| 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: | 2025-10-27 03:14:12 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,898 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| 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