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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

yveveke/yveveke-gutenberg-bundle
================================

A Symfony bundle for EasyAdmin that provide a flexible content editor

2.0.114(2y ago)08MITPHPPHP &gt;=8.0.2

Since Aug 25Pushed 2y agoCompare

[ Source](https://github.com/yveveke/yveveke-gutenberg-bundle)[ Packagist](https://packagist.org/packages/yveveke/yveveke-gutenberg-bundle)[ Docs](https://github.com/agence-adeliom/easy-gutenberg-bundle)[ RSS](/packages/yveveke-yveveke-gutenberg-bundle/feed)WikiDiscussions translation Synced today

READMEChangelog (3)Dependencies (13)Versions (111)Used By (0)

[![Adeliom](https://camo.githubusercontent.com/cfcea17cd5354fe5c47c2873d4ec93e8d84e1468240bc616fdfb9196dc032093/68747470733a2f2f6164656c696f6d2e636f6d2f7075626c69632f75706c6f6164732f323031372f30392f4164656c696f6d5f6c6f676f2e706e67)](https://camo.githubusercontent.com/cfcea17cd5354fe5c47c2873d4ec93e8d84e1468240bc616fdfb9196dc032093/68747470733a2f2f6164656c696f6d2e636f6d2f7075626c69632f75706c6f6164732f323031372f30392f4164656c696f6d5f6c6f676f2e706e67)[![Quality gate](https://camo.githubusercontent.com/735bc79fcbef2adf4712cad8cb5dad5fa5bce911f80cf65f92cd213934e7cd80/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6167656e63652d6164656c696f6d5f656173792d6661712d62756e646c65)](https://sonarcloud.io/dashboard?id=agence-adeliom_easy-faq-bundle)

Easy Gutenberg Bundle
=====================

[](#easy-gutenberg-bundle)

Provide Wordpress's Gutenberg Editor into Easyadmin.

Versions
--------

[](#versions)

Repository BranchVersionSymfony CompatibilityPHP CompatibilityStatus`2.x``2.x``5.4`, and `6.x``8.0.2` or higherNew features and bug fixesInstallation with Symfony Flex
------------------------------

[](#installation-with-symfony-flex)

Add our recipes endpoint

```
{
  "extra": {
    "symfony": {
      "endpoint": [
        "https://api.github.com/repos/agence-adeliom/symfony-recipes/contents/index.json?ref=flex/main",
        ...
        "flex://defaults"
      ],
      "allow-contrib": true
    }
  }
}
```

Install with composer

```
composer require agence-adeliom/easy-gutenberg-bundle
```

Documentation
-------------

[](#documentation)

### Use GutenbergField

[](#use-gutenbergfield)

Go to your crud controller, example : `src/Controller/Admin/PageCrudController.php`

```
