ufree/laravel-doge-cloud

dogecloud s3 sdk for laravel

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ufree/laravel-doge-cloud

0.21 2024-01-07 20:05 UTC

This package is auto-updated.

Last update: 2025-10-08 00:22:16 UTC


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