oniti/cellar

Gestion de l'upload et du téléchargement de fichiers sur Cellar, technologie de Clever Cloud

Installs: 1 012

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/oniti/cellar

1.0.1 2019-07-19 10:30 UTC

This package is auto-updated.

Last update: 2025-09-24 22:24:49 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>