PHPackages                             bzzix/laravel-page-builder - 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. bzzix/laravel-page-builder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bzzix/laravel-page-builder
==========================

GrapesJS integration for Laravel

v1.0(11mo ago)222MITBladePHP ^8.1

Since Jul 30Pushed 11mo agoCompare

[ Source](https://github.com/bzzix/laravel-page-builder)[ Packagist](https://packagist.org/packages/bzzix/laravel-page-builder)[ RSS](/packages/bzzix-laravel-page-builder/feed)WikiDiscussions main Synced 3w ago

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

laravel-grapesjs
================

[](#laravel-grapesjs)

This package provides an easy way to integrate GrapesJS into your Laravel project making it easy to build professional pages with drag and drop.

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

[](#installation)

Step 1: Navigate to Your Project Directory
------------------------------------------

[](#step-1-navigate-to-your-project-directory)

Before you begin, navigate to the directory where your Laravel project is located. Use the following command to change into your project directory:

```
cd path/to/your/laravel-project
```

Step 2: Installation
--------------------

[](#step-2-installation)

You can install this library using Composer. Run the following command:

```
composer require bzzix/laravel-page-builder
```

Step 3: Register the ServiceProvider
------------------------------------

[](#step-3-register-the-serviceprovider)

Register the `PageBuilderServiceProvider` in your Laravel project. Open the `config/app.php` file and add the following line to the `providers` array:

```
// config/app.php

'providers' => ServiceProvider::defaultProviders()->merge([
    /*
        * Package Service Providers...
    */
    // Other providers...
    Bzzix\PageBuilder\PageBuilderServiceProvider::class,
])->toArray(),
```

Step 4: Dump Autoload Files
---------------------------

[](#step-4-dump-autoload-files)

After registering the ServiceProvider, run the following command to re-generate Composer's autoloader files:

```
composer dump-autoload
```

Step 5: Publish Configuration, Assets, and Migrations
-----------------------------------------------------

[](#step-5-publish-configuration-assets-and-migrations)

To publish the configuration files, assets, and migrations provided by this package, run:

```
php artisan vendor:publish --provider="Bzzix\PageBuilder\PageBuilderServiceProvider"
```

This will deploy:

- `asset` files inside the public folder (`bzzix-pagebuilder`)
- the config file inside the `config` folder
- the migration file inside the `database/migrations` folder

Step 6: Configure Basic Settings
--------------------------------

[](#step-6-configure-basic-settings)

To start using this package, follow these steps to configure the basic settings:

Open the `bzzix-pagebuilder.php` file inside the `config` folder. Adjust the basic settings according to your requirements.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance52

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

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

331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/500ce9362e57e424018b937783f78f879586dc427eba05bb6e8b1b0999159554?d=identicon)[bzzix](/maintainers/bzzix)

---

Top Contributors

[![lamoud](https://avatars.githubusercontent.com/u/148651072?v=4)](https://github.com/lamoud "lamoud (12 commits)")[![mahmoudhassa](https://avatars.githubusercontent.com/u/52055349?v=4)](https://github.com/mahmoudhassa "mahmoudhassa (8 commits)")

### Embed Badge

![Health badge](/badges/bzzix-laravel-page-builder/health.svg)

```
[![Health](https://phpackages.com/badges/bzzix-laravel-page-builder/health.svg)](https://phpackages.com/packages/bzzix-laravel-page-builder)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M362](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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