PHPackages                             techful/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. techful/cloudinary-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

techful/cloudinary-field
========================

A Laravel Nova field.

1.2.5(4y ago)0188MITVuePHP &gt;=7.1.0

Since Feb 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tobz-nz/nova-cloudinary)[ Packagist](https://packagist.org/packages/techful/cloudinary-field)[ RSS](/packages/techful-cloudinary-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (15)Used By (0)

Nova Cloudinary Field
=====================

[](#nova-cloudinary-field)

This package was originally forked form  but has diverged somewhat and is NOT backwards compatible.

Use to upload, browse and select resources from cloudinary.

Setup
-----

[](#setup)

.env

```
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=

```

Usage
-----

[](#usage)

In Nova Resource:

```
    use Techful\CloudinaryField\CloudinaryField;

    ···

    public function fields(Request $request)
    {
        return [
            ···
            CloudinaryField::make( __('Banner'), 'banner'),
            CloudinaryField::make( __('Images'), 'images')
                ->setFolder('folderName', 'resource_type) // set a default folder and optionally filter by file type
        ]
    }

```

The value should be stored in a json field.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~54 days

Recently: every ~1 days

Total

13

Last Release

1617d ago

Major Versions

0.12.2 → 1.0.02021-11-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/8443fa994534e524ac836e2e1646049682d15fb82865212030f6a541cca7ca95?d=identicon)[tobz](/maintainers/tobz)

---

Top Contributors

[![tobz-nz](https://avatars.githubusercontent.com/u/443054?v=4)](https://github.com/tobz-nz "tobz-nz (12 commits)")[![u12206050](https://avatars.githubusercontent.com/u/6641242?v=4)](https://github.com/u12206050 "u12206050 (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/techful-cloudinary-field/health.svg)

```
[![Health](https://phpackages.com/badges/techful-cloudinary-field/health.svg)](https://phpackages.com/packages/techful-cloudinary-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
