PHPackages                             soeurngsar/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. soeurngsar/gutenberg

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

soeurngsar/gutenberg
====================

Content builder like wordpress Gutenberg by using Laraberg for laravel backpack

v1.0.0(3y ago)02[1 issues](https://github.com/soeurngsar/gutenberg/issues)BladePHP ^7.3

Since Oct 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/soeurngsar/gutenberg)[ Packagist](https://packagist.org/packages/soeurngsar/gutenberg)[ RSS](/packages/soeurngsar-gutenberg/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Gutenberg field for Laravel Backpack
====================================

[](#gutenberg-field-for-laravel-backpack)

[![Gutenberg field for Laravel Backpack](screenshot/screenshot.png?raw=true)](screenshot/screenshot.png?raw=true)

### Installation

[](#installation)

1. Install

```
composer require soeurngsar/gutenberg
```

2. Publish views (optional)

```
php artisan vendor:publish --provider="SoeurngSar\Gutenberg\GutenbergServiceProvider"
```

3. Publish laraberg resources

```
php artisan vendor:publish --provider="VanOns\Laraberg\LarabergServiceProvider"
```

### Usage

[](#usage)

On your CRUD Controller just change type to use gutenberg field

```
$this->crud->addField([
  'name' => 'content',
  'label' => trans('backpack::pagemanager.content'),
  'view_namespace' => 'gutenberg::fields', // this prop
  'type' => 'gutenberg', // this prop
  'placeholder' => trans('backpack::pagemanager.content_placeholder'),
]);
```

For other usage related Laraberg please follow their [documentation](https://github.com/VanOns/laraberg)

### Update when you already published view (point 2 above)

[](#update-when-you-already-published-view-point-2-above)

When updating Gutenberg you have to publish the vendor files again by running this command:

```
php artisan vendor:publish --provider="SoeurngSar\Gutenberg\GutenbergServiceProvider" --tag=views --force
```

### Credits

[](#credits)

- [dannyrevenant](https://github.com/dannyrevenant)
- [Laraberg](https://github.com/VanOns/laraberg)

### Compatibility

[](#compatibility)

- Tested with laravel 8.0 with Backpack version 4.0

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/389866c4238b8fe40c94e1928eee4fe0d43df6ce7b93c2775bc691fab4d84885?d=identicon)[soeurngsar](/maintainers/soeurngsar)

---

Top Contributors

[![sar-sa-dev](https://avatars.githubusercontent.com/u/239699683?v=4)](https://github.com/sar-sa-dev "sar-sa-dev (2 commits)")

---

Tags

laravelbuildercontentbackpackgutenbergcontent builderlaraberg

### Embed Badge

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

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

###  Alternatives

[infyomlabs/generator-builder

InfyOm Laravel Generator GUI Builder

134443.0k](/packages/infyomlabs-generator-builder)[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

37627.2k](/packages/backpack-theme-tabler)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17625.6k4](/packages/statikbe-laravel-filament-flexible-content-blocks)[skyraptor/filament-blocks-builder

This Filament PHP plugin adds a BlockBuilder form component, that allows you to create layouts using Blocks. This can be used as a builder for anything: layout, content, data and more.

241.6k](/packages/skyraptor-filament-blocks-builder)[coderstm/laravel-page-builder

A section-based page builder for Laravel using JSON layouts, sections, blocks, and themes.

571.3k3](/packages/coderstm-laravel-page-builder)

PHPackages © 2026

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