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

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

thinhnx/laravel-page-builder
============================

Library for creating blocks on Laravel pages

1.1.1(1y ago)932MITPHPPHP ^8.1CI passing

Since Apr 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thinh1995/laravel-page-builder)[ Packagist](https://packagist.org/packages/thinhnx/laravel-page-builder)[ RSS](/packages/thinhnx-laravel-page-builder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (6)Used By (0)

Laravel Page Builder
====================

[](#laravel-page-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3692b4ea37a3612de0ea8736fc9826c7f9cf6b9e6e87726ebfa0dd57be40fbad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e686e782f6c61726176656c2d706167652d6275696c6465722e737667)](https://packagist.org/packages/thinhnx/laravel-page-builder)[![Tests](https://github.com/thinh1995/laravel-page-builder/actions/workflows/main.yml/badge.svg)](https://github.com/thinh1995/laravel-page-builder/actions/workflows/php.yml)[![Test Coverage](https://github.com/thinh1995/laravel-page-builder/raw/master/tests/_reports/badge-coverage.svg)](https://github.com/thinh1995/laravel-page-builder/blob/master/tests/_reports/clover.xml)[![License](https://camo.githubusercontent.com/5e25f857ea70d6e61023befad1d4195a9196c47ce3e73e4ef77a0d8e2e2e98f3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d6d69742d626c75652e737667)](https://github.com/thinh1995/laravel-page-builder/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/3289d6377f9714b8d8bcb46b2852046c0cc0c202dadaf2b2a646c16d4eaff1f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e686e782f6c61726176656c2d706167652d6275696c6465722e737667)](https://packagist.org/packages/thinhnx/laravel-page-builder)

A simple Laravel package for creating blocks using drag and drop.

---

DEMO
----

[](#demo)

[![DEMO](https://camo.githubusercontent.com/a1fcf1c0a0a5c76f2b5feee1776dce6e51a29dc88eaee906acdf4cfde8632ad9/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f54732d6c546643774b356b2f302e6a7067)](https://youtu.be/Ts-lTfCwK5k?si=mB0HCpmK144J7u_k)

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

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10.0

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

[](#installation)

### 1. Installation via Composer:

[](#1-installation-via-composer)

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

### 2. Running install command:

[](#2-running-install-command)

```
php artisan page-builder:install
```

Console will confirm you to run migration and run seeder, please type `yes` and press enter.

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

[](#configuration)

The configuration file is located at `config/page-builder.php`.

```
