PHPackages                             acseo/pagebuilder-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. acseo/pagebuilder-bundle

ActiveSymfony-bundle

acseo/pagebuilder-bundle
========================

This bundle provides a PageBuilder Solution built on GrapesJS.

17235[2 issues](https://github.com/acseo/PageBuilderBundle/issues)PHP

Since Oct 19Pushed 2y ago4 watchersCompare

[ Source](https://github.com/acseo/PageBuilderBundle)[ Packagist](https://packagist.org/packages/acseo/pagebuilder-bundle)[ RSS](/packages/acseo-pagebuilder-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ACSEO PageBuilder Bundle
========================

[](#acseo-pagebuilder-bundle)

This bundle provides a PageBuilder Solution built on top of [GrapesJS](https://grapesjs.com/). it provides :

- a **Twig Component** that you can use in your template with `{{ component('PageBuilder' {'idField' : 'my_field'}) }}`. This component will create the PageBuilder area.
- a `Page` Entity and a `PageController` that will allow you to store and load the HTML, CSS, and JSON config of the generated Web page.
- a **Twig Component** that you can use to render the page and handle dynamic block rendering `{{ component('PageRender', {'html' : page.html}) }}`

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

[](#installation)

### Install the bundle using composer

[](#install-the-bundle-using-composer)

```
composer require acseo/pagebuilder-bundle
```

Enable the bundle in you Symfony project

```
