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

ActiveOctober-plugin[Utility &amp; Helpers](/categories/utility)

meevo/gutenberg
===============

Drag&amp;Drop richeditor with blocks for OctoberCMS backend forms.

036JavaScript

Since Oct 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Meevotech/oc-gutenberg-plugin)[ Packagist](https://packagist.org/packages/meevo/gutenberg)[ RSS](/packages/meevo-gutenberg/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Gutenberg for OctoberCMS
========================

[](#gutenberg-for-octobercms)

Internal use for now

---

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

[](#installation)

Install plugin by OctoberCMS plugin updater.

Go to Settings –&gt; Updates&amp;Plugins find Gutenberg in plugin search. Click on icon and install it.

or via Composer

```
composer require meevo/gutenberg

```

Usage
-----

[](#usage)

This plugin works only by implementing Gutenberg behavior in your model. It will create morphOne relation with `Gutenberg\Content` model.

Go to your model and add behavior in $implement array:

```
public $implement = ['Meevo.Gutenberg.Behaviors.Gutenbergable'];
```

After you need to add behavior to $implement array in your model controller.

```
public $implement = ['Meevo.Gutenberg.Behaviors.GutenbergController'];
```

Done. Your model now has morphOne with `Gutenberg\Content` Model by `content` field that **renders only on created model page**.

Rendering
---------

[](#rendering)

Rendering examples below.

```
{{ post.content.render }}
```

```
$post->content->render();

```

In order to correctly display Gutenberg styles. You must add laraberg public styles to your page:

```

```

Working with source js code
---------------------------

[](#working-with-source-js-code)

If you want to add some features you can work with source files of Laraberg in `/plugins/meevo/gutenberg/formwidgets/gutenberg/assets/resources`, to set up all environment follow these steps:

1. Clone Gutenberg rep.: `git clone https://github.com/WordPress/gutenberg.git gutenberg`
2. After cloning execute these commands: ```
    cd gutenberg           // go to Gutenberg folder
    npm i                  // install all dependencies
    npm run build          // Build Gutenberg
    sudo npm link          // Link it to your global node_modules
    cd ..                  // Go back to Laraberg root
    npm i                  // install all dependencies
    npm link gutenberg     // Link Gutenberg package to Laraberg
    ```
3. Now you set up.

---

Developed by [meevo.ca](https://meevo.ca)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2daa3e2934d64489e7430ec204b6822ccc9e4f97adf4d3f059bc0993a645d6c?d=identicon)[filipac](/maintainers/filipac)

---

Top Contributors

[![filipac](https://avatars.githubusercontent.com/u/271155?v=4)](https://github.com/filipac "filipac (3 commits)")

### Embed Badge

![Health badge](/badges/meevo-gutenberg/health.svg)

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

###  Alternatives

[symplify/vendor-patches

Generate vendor patches for packages with single command

1876.7M27](/packages/symplify-vendor-patches)[muffin/orderly

Default ordering (behavior) for CakePHP

22217.3k1](/packages/muffin-orderly)[hughgrigg/php-business-time

Business time / working days extension for Carbon dates

3330.5k](/packages/hughgrigg-php-business-time)[liberu-genealogy/php-dna

DNA analysis toolkit for PHP 8.3+

334.3k1](/packages/liberu-genealogy-php-dna)[sciactive/hookphp

Method hooking in PHP.

333.0k3](/packages/sciactive-hookphp)

PHPackages © 2026

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