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 today

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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODIxMzA3ODQsIm5iZiI6MTc4MjEzMDQ4NCwicGF0aCI6Ii81OTQ2NDQ0LzI1OTk2MDczNS02M2M5MTg2Zi1lMjlkLTQxZTAtYmIxMS01NjVlN2IyNjY1NGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MjJUMTIxNDQ0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Zjc5NmQ0Yjc1YmEzNGNkMmMyMThiOWNmMDdhYTQzYWQ5MGE5MDlhYjUzNTVlZWRiODdlODA3ODNmYzc4MTI1YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0._zyVDz7X9NF9ROuM6cILIFCwXpWBDbYyNLn-lD_D6W0)](https://private-user-images.githubusercontent.com/5946444/259960735-63c9186f-e29d-41e0-bb11-565e7b26654b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODIxMzA3ODQsIm5iZiI6MTc4MjEzMDQ4NCwicGF0aCI6Ii81OTQ2NDQ0LzI1OTk2MDczNS02M2M5MTg2Zi1lMjlkLTQxZTAtYmIxMS01NjVlN2IyNjY1NGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MjJUMTIxNDQ0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Zjc5NmQ0Yjc1YmEzNGNkMmMyMThiOWNmMDdhYTQzYWQ5MGE5MDlhYjUzNTVlZWRiODdlODA3ODNmYzc4MTI1YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0._zyVDz7X9NF9ROuM6cILIFCwXpWBDbYyNLn-lD_D6W0)

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

Maintenance28

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

[overtrue/chinese-calendar

中国农历转换与查询工具

544115.2k5](/packages/overtrue-chinese-calendar)[sitegeist/silhouettes

Preconfigure property-silhuettes that can be applied to various properties of multiple NodeTypes.

16160.5k](/packages/sitegeist-silhouettes)[latfur/laravel-event-crud

Laravel Event CRUD With Full Calendar

125.6k](/packages/latfur-laravel-event-crud)

PHPackages © 2026

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