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

ActiveLibrary

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 1mo ago

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 14% 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

1314d 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

[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

35536.5k](/packages/backpack-theme-tabler)[ziming/json-field-for-backpack

A Json Editor Field for Backpack

3597.3k](/packages/ziming-json-field-for-backpack)[backpack/activity-log

Activity Log for Backpack

3487.5k1](/packages/backpack-activity-log)[backpack/translation-manager

Translation Manager for Backpack

5118.9k1](/packages/backpack-translation-manager)[backpack/medialibrary-uploaders

Helper functions to save files with spatie media library

1373.3k](/packages/backpack-medialibrary-uploaders)

PHPackages © 2026

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