oniti / cellar
Gestion de l'upload et du téléchargement de fichiers sur Cellar, technologie de Clever Cloud
1.0.1
2019-07-19 10:30 UTC
Requires
- aws/aws-sdk-php-laravel: ~2.0
This package is auto-updated.
Last update: 2025-03-24 21:05:36 UTC
README
Installation
composer require oniti/cellar
The next required step is to add the service provider to config/app.php :
Oniti\Cellar\CellarServiceProvider::class,
Publish
The last required step is to publish views and assets in your application with :
php artisan vendor:publish
Env Requiered
CELLAR_ADDON_BUCKET= <You'r Bucket>
CELLAR_ADDON_HOST= <Host>
CELLAR_ADDON_KEY_ID= <You'r Key>
CELLAR_ADDON_KEY_SECRET=<You'r Secret>