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

This package is auto-updated.

Last update: 2024-04-24 18:55:52 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>