PHPackages                             improvit17/laravel-pagebuilder - 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. improvit17/laravel-pagebuilder

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

improvit17/laravel-pagebuilder
==============================

A drag and drop pagebuilder to manage pages in any Laravel project.

05PHP

Since Oct 12Pushed 1y agoCompare

[ Source](https://github.com/improvit17/Laravel-Pagebuilder)[ Packagist](https://packagist.org/packages/improvit17/laravel-pagebuilder)[ RSS](/packages/improvit17-laravel-pagebuilder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-Pagebuilder
===================

[](#laravel-pagebuilder)

> A drag and drop pagebuilder to manage pages in any Laravel project.

Laravel Pagebuilder is built on [PHPageBuilder](https://github.com/HansSchouten/PHPagebuilder). It integrates the most popular open source drag and drop pagebuilder: [GrapesJS](https://grapesjs.com/). This package is made with customization in mind, allowing you to configure, disable or replace any of its modules.

[![PageBuilder](https://private-user-images.githubusercontent.com/5946444/259960735-63c9186f-e29d-41e0-bb11-565e7b26654b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU2MDQwMDEsIm5iZiI6MTc3NTYwMzcwMSwicGF0aCI6Ii81OTQ2NDQ0LzI1OTk2MDczNS02M2M5MTg2Zi1lMjlkLTQxZTAtYmIxMS01NjVlN2IyNjY1NGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDdUMjMxNTAxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Nzk4NDVlN2E3NzM0MThhNDZmYTk5M2IwNzc4OTBkMjYwNDU2YzIwODk5MDcxMTViNmI4YmY5MTQwZDI0ZTE1MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AK_A4gvBK6X6a7JJ_7HUCPaj-vSFt0tatHx_keoLoLc)](https://private-user-images.githubusercontent.com/5946444/259960735-63c9186f-e29d-41e0-bb11-565e7b26654b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU2MDQwMDEsIm5iZiI6MTc3NTYwMzcwMSwicGF0aCI6Ii81OTQ2NDQ0LzI1OTk2MDczNS02M2M5MTg2Zi1lMjlkLTQxZTAtYmIxMS01NjVlN2IyNjY1NGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDdUMjMxNTAxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Nzk4NDVlN2E3NzM0MThhNDZmYTk5M2IwNzc4OTBkMjYwNDU2YzIwODk5MDcxMTViNmI4YmY5MTQwZDI0ZTE1MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AK_A4gvBK6X6a7JJ_7HUCPaj-vSFt0tatHx_keoLoLc)

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

[](#installation)

Follow these steps to install Laravel Pagebuilder in your project:

- `composer require hansschouten/laravel-pagebuilder`
- `php artisan vendor:publish --provider="HansSchouten\LaravelPageBuilder\ServiceProvider" --tag=config`
- Update the configuration in `config/pagebuilder.php`
- `php artisan migrate`

Next, you need to create a theme:

- `php artisan pagebuilder:create-theme [name here]`

.. or publish the demo theme:

- `php artisan pagebuilder:publish-demo`

Now you are able to login via `/admin` with `admin` and `changethispassword` (the admin URL and credentials can be changed in the pagebuilder config file).

Visit the [PHPageBuilder repository](https://github.com/HansSchouten/PHPagebuilder#create-a-theme) for detailed information on how to develop themes.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa0260453a68efe04cbbf27918ab532a7303150a659bb698874e75c1260cd951?d=identicon)[easylink](/maintainers/easylink)

---

Top Contributors

[![HansSchouten](https://avatars.githubusercontent.com/u/5946444?v=4)](https://github.com/HansSchouten "HansSchouten (57 commits)")[![pdroge84](https://avatars.githubusercontent.com/u/18680053?v=4)](https://github.com/pdroge84 "pdroge84 (5 commits)")[![AliMehraei](https://avatars.githubusercontent.com/u/72335154?v=4)](https://github.com/AliMehraei "AliMehraei (2 commits)")[![minuschuman](https://avatars.githubusercontent.com/u/52157369?v=4)](https://github.com/minuschuman "minuschuman (2 commits)")

### Embed Badge

![Health badge](/badges/improvit17-laravel-pagebuilder/health.svg)

```
[![Health](https://phpackages.com/badges/improvit17-laravel-pagebuilder/health.svg)](https://phpackages.com/packages/improvit17-laravel-pagebuilder)
```

###  Alternatives

[jcc/laravel-vote

The package helps you to add user based vote system to your model

13750.6k](/packages/jcc-laravel-vote)[gearsdigital/enhanced-toolbar-link-dialog

Enhanced Toolbar Link Dialog is a Kirby 3 plugin that extends the default link dialog with a search functionality. This makes it possible, to create links to \_existing\_ or \_external\_ pages.

637.1k](/packages/gearsdigital-enhanced-toolbar-link-dialog)[netgen/remote-media-bundle

Remote media field type implementation

189.4k4](/packages/netgen-remote-media-bundle)

PHPackages © 2026

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