PHPackages                             bbs-lab/nova-cloudinary-field - 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. [Image &amp; Media](/categories/media)
4. /
5. bbs-lab/nova-cloudinary-field

ActiveLibrary[Image &amp; Media](/categories/media)

bbs-lab/nova-cloudinary-field
=============================

A Cloudinary Media Library field for Laravel Nova.

v2.1.1(5mo ago)118.9k↓50%[1 issues](https://github.com/BBS-Lab/nova-cloudinary-field/issues)MITPHPPHP ^8.1

Since Dec 18Pushed 5mo ago6 watchersCompare

[ Source](https://github.com/BBS-Lab/nova-cloudinary-field)[ Packagist](https://packagist.org/packages/bbs-lab/nova-cloudinary-field)[ Docs](https://github.com/BBS-Lab/nova-cloudinary-field)[ RSS](/packages/bbs-lab-nova-cloudinary-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (18)Versions (14)Used By (0)

Laravel Nova Cloudinary field
=============================

[](#laravel-nova-cloudinary-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/43009d1de41eaebfb2e5bfa7e2843644ab98918bbc438d0739ea2b4f153fa38a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6262732d6c61622f6e6f76612d636c6f7564696e6172792d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bbs-lab/nova-cloudinary-field)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/701c84e94095f2bc88e8b53118658cec2e01e2c2e3a3f10c87e3fb3f1a98e619/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6262732d6c61622f6e6f76612d636c6f7564696e6172792d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bbs-lab/nova-cloudinary-field)

A Cloudinary Media Library field and tool for Laravel Nova.

[![cloudinary editor field screenshot](screenshots/screenshot_create_view.png)](screenshots/screenshot_create_view.png)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Advanced usage](#advanced-usage)
    - [Multiple selection](#multiple-selection)
    - [Limit the number of selected files](#limit-the-number-of-selected-files)
    - [On-demand configuration](#on-demand-configuration)
    - [Dependent Fields](#dependent-fields)
- [Screenshots](#screenshots)
    - [List view](#list-view)
    - [Detail view](#detail-view)
    - [Form view](#form-view)
- [Changelog](#changelog)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bbs-lab/nova-cloudinary-field
```

The package will automatically register itself.

You can publish the config-file with:

```
php artisan vendor:publish --provider="BBSLab\CloudinaryField\CloudinaryFieldServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
