PHPackages                             lamoud/laravel-grapesjs - 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. lamoud/laravel-grapesjs

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

lamoud/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.

v1.0.1(2y ago)162MITPHPPHP ^7.4 || ^8.0

Since Jan 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lamoud/laravel-grapesjs)[ Packagist](https://packagist.org/packages/lamoud/laravel-grapesjs)[ Docs](https://github.com/lamoud/laravel-grapesjs)[ RSS](/packages/lamoud-laravel-grapesjs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)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 lamoud/laravel-grapesjs
```

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

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

Register the `GrapesjsServiceProvider` 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...
    Lamoud\LaravelGrapesjs\GrapesjsServiceProvider::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 Files
-----------------------------------

[](#step-5-publish-configuration-files)

To publish the configuration files provided by this package, run the following Artisan command:

```
php artisan vendor:publish --provider="Lamoud\LaravelGrapesjs\GrapesjsServiceProvider"
```

This will deploy `asset` files inside the public folder with the name `lamoud-grapesjs` and the file `lamoud-grapesjs.php` inside the `config` 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 `lamoud-grapesjs.php` file inside the `config` folder. Adjust the basic settings according to your requirements.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

Every ~0 days

Total

2

Last Release

856d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33183bc1774ce52f715e55d8c0f2fb73744d598321989f9cb8082b2d91b140db?d=identicon)[lamoud](/maintainers/lamoud)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lamoud-laravel-grapesjs/health.svg)

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

###  Alternatives

[nowendwell/laravel-terms

A tool for adding terms and conditions to your project

2517.6k](/packages/nowendwell-laravel-terms)[soul/address-parse

收货地址解析，成功率99%以上，支持（身份证号，电话，座机，区号，省市区街道地址)

405.4k](/packages/soul-address-parse)

PHPackages © 2026

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