PHPackages                             oniti/cellar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. oniti/cellar

ActiveLibrary[File &amp; Storage](/categories/file-storage)

oniti/cellar
============

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

1.0.1(6y ago)01.1kMITPHPCI failing

Since Aug 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/OnitiFR/laravelCellar)[ Packagist](https://packagist.org/packages/oniti/cellar)[ RSS](/packages/oniti-cellar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Cellar
------

[](#cellar)

### Installation

[](#installation)

```
    composer require oniti/cellar

```

The next required step is to add the service provider to config/app.php :

```
    Oniti\Cellar\CellarServiceProvider::class,

```

### Publish

[](#publish)

The last required step is to publish views and assets in your application with :

```
    php artisan vendor:publish

```

### Env Requiered

[](#env-requiered)

```
CELLAR_ADDON_BUCKET=
CELLAR_ADDON_KEY_SECRET=
