LaravelPackages.net
Acme Inc.
Toggle sidebar
hansschouten/laravel-pagebuilder

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

29.825
880
v0.31.0
About hansschouten/laravel-pagebuilder

hansschouten/laravel-pagebuilder is a Laravel package for a drag and drop pagebuilder to manage pages in any laravel project.. It currently has 880 GitHub stars and 29.825 downloads on Packagist (latest version v0.31.0). Install it with composer require hansschouten/laravel-pagebuilder. Discover more Laravel packages by hansschouten or browse all Laravel packages to compare alternatives.

Last updated

Laravel-Pagebuilder

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

Laravel Pagebuilder is built on PHPageBuilder. It integrates the most popular open source drag and drop pagebuilder: GrapesJS. This package is made with customization in mind, allowing you to configure, disable or replace any of its modules.

PageBuilder

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 for detailed information on how to develop themes.

Star History Chart