PHPackages                             vysotsky-productions/nova-gutenberg - 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. [Templating &amp; Views](/categories/templating)
4. /
5. vysotsky-productions/nova-gutenberg

ActiveLibrary[Templating &amp; Views](/categories/templating)

vysotsky-productions/nova-gutenberg
===================================

Implementation of the Gutenberg editor as a Laravel Nova Field based on Laraberg.

0.2.2(6y ago)7331MITVue

Since May 22Pushed 6y agoCompare

[ Source](https://github.com/vysotsky-productions/nova-gutenberg)[ Packagist](https://packagist.org/packages/vysotsky-productions/nova-gutenberg)[ RSS](/packages/vysotsky-productions-nova-gutenberg/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (4)Versions (16)Used By (0)

Nova Gutenberg
==============

[](#nova-gutenberg)

Forked from [Gutenberg editor](https://github.com/GeneaLabs/nova-gutenberg).

Changes
-------

[](#changes)

- Change text direction ability.
- Fixed hard reload on save.

Requirements
------------

[](#requirements)

- Laravel Nova
- PHP 7.1.0+

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

[](#installation)

1. Install the package:

```
composer require vysotsky-productions/nova-gutenberg:*
```

2. Publish Laravel FileManager's assets and config:

```
php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public
```

Usage
-----

[](#usage)

```
use VysotskyProductions\NovaGutenberg\Gutenberg;

class BlogPost extends Resource
{
    // ...

    public function fields(Request $request) : array
    {
        return [
            // ...
            Gutenberg::make("Content")
                ->direction("rtl"),
            // ...
        ];
    }

    // ...
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~11 days

Recently: every ~27 days

Total

12

Last Release

2474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4040278de79f983b408c93dcbcae3938f613717ed36bd3a3ebe4a02398cb4b2?d=identicon)[oleh.vysotskyi](/maintainers/oleh.vysotskyi)

---

Top Contributors

[![mikebronner](https://avatars.githubusercontent.com/u/1791050?v=4)](https://github.com/mikebronner "mikebronner (30 commits)")[![oleg-vysotsky](https://avatars.githubusercontent.com/u/6359131?v=4)](https://github.com/oleg-vysotsky "oleg-vysotsky (7 commits)")[![hellozach](https://avatars.githubusercontent.com/u/8039641?v=4)](https://github.com/hellozach "hellozach (3 commits)")

---

Tags

laravelnovalaraberg

### Embed Badge

![Health badge](/badges/vysotsky-productions-nova-gutenberg/health.svg)

```
[![Health](https://phpackages.com/badges/vysotsky-productions-nova-gutenberg/health.svg)](https://phpackages.com/packages/vysotsky-productions-nova-gutenberg)
```

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8113.3M27](/packages/whitecube-nova-flexible-content)[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.3M2](/packages/outl1ne-nova-multiselect-field)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

63769.8k9](/packages/waynestate-nova-ckeditor4-field)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[simplesquid/nova-advanced-number-field

A Laravel Nova field which adds additional functionality to the default Number field.

11166.7k1](/packages/simplesquid-nova-advanced-number-field)

PHPackages © 2026

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