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

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

kvadrat/laravel-pagebuilder
===========================

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

07↓93.8%PHP

Since Feb 24Pushed 4mo agoCompare

[ Source](https://github.com/gurularavel/kvadrat-page-builder)[ Packagist](https://packagist.org/packages/kvadrat/laravel-pagebuilder)[ RSS](/packages/kvadrat-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://github.com/gurularavel/kvadrat-page-builder/assets/5946444/63c9186f-e29d-41e0-bb11-565e7b26654b)](https://github.com/gurularavel/kvadrat-page-builder/assets/5946444/63c9186f-e29d-41e0-bb11-565e7b26654b)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel 10, 11 or 12

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

[](#installation)

**1. Install via Composer:**

```
composer require kvadrat/laravel-pagebuilder
```

**2. Publish the config file:**

```
php artisan vendor:publish --provider="Kvadrat\LaravelPageBuilder\ServiceProvider" --tag=config
```

**3. Update `config/pagebuilder.php`** with your database credentials and preferences.

**4. Run migrations:**

```
php artisan migrate
```

**5. Create a theme:**

```
php artisan pagebuilder:create-theme mytheme
```

Or publish the built-in demo theme:

```
php artisan pagebuilder:publish-demo
```

Usage
-----

[](#usage)

After installation, visit `/admin` in your browser.

Default credentials (change these in `config/pagebuilder.php`):

- **Username:** `admin`
- **Password:** `changethispassword`

Configuration
-------------

[](#configuration)

The config file at `config/pagebuilder.php` lets you customize:

- Database connection
- Admin URL and credentials
- Theme settings
- Page routing
- Caching

Theme Development
-----------------

[](#theme-development)

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

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance52

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.1% 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/4ed85ede705bc3c2bd6d5a930bccf6d06bbb5226dc45b4f9cacd3317963bf630?d=identicon)[gurularavel](/maintainers/gurularavel)

---

Top Contributors

[![HansSchouten](https://avatars.githubusercontent.com/u/5946444?v=4)](https://github.com/HansSchouten "HansSchouten (58 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)")[![ekodrive](https://avatars.githubusercontent.com/u/8651632?v=4)](https://github.com/ekodrive "ekodrive (1 commits)")

### Embed Badge

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

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

###  Alternatives

[larament/seokit

A complete SEO package for Laravel, covering everything from meta tags to social sharing and structured data.

452.8k](/packages/larament-seokit)

PHPackages © 2026

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