ufree / laravel-doge-cloud
dogecloud s3 sdk for laravel
0.21
2024-01-07 20:05 UTC
Requires
- ext-curl: *
- aws/aws-sdk-php: ^3.272
- guzzlehttp/guzzle: ^7.5
- laravel/framework: ^9.0|^10.0
- league/flysystem: ^3.12
- league/flysystem-aws-s3-v3: ^3.12
README
config file
config/dogecloud.php
step one: install this package
composer require ufree/laravel-doge-cloud
step two: set .env file
DOGE_ACCESS_KEY_ID
DOGE_SECRET_ACCESS_KEY
DOGE_BUCKET
DOGE_URL
DOGE_ENDPOINT
DOGE_USE_PATH_STYLE_ENDPOINT
step three: execute env config
php artisan vendor:publish --tag=dogecloud-config