xisodev/laravel-pagebuilder is a Laravel package for 드래그 앤 드롭을 활용한 amuzcms 전용 페이지빌더입니다..
It currently has 2 GitHub stars and 205 downloads on Packagist (latest version v1.0.3).
Install it with composer require xisodev/laravel-pagebuilder.
Discover more Laravel packages by xisodev
or browse all Laravel packages to compare alternatives.
Last updated
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.

Follow these steps to install Laravel Pagebuilder in your project:
composer require xisodev/laravel-pagebuilderphp artisan vendor:publish --provider="XisoDev\LaravelPageBuilder\ServiceProvider" --tag=configconfig/pagebuilder.phpphp artisan migrateNext, you need to create a theme:
php artisan pagebuilder:create-theme [name here].. or publish the demo theme:
php artisan vendor:publish --provider="XisoDev\LaravelPageBuilder\ServiceProvider" --tag=demo-themecopy assets:
php artisan vendor:publish --provider="XisoDev\LaravelPageBuilder\ServiceProvider" --tag=publicNow 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.