All Projects → HansSchouten → Laravel Pagebuilder

HansSchouten / Laravel Pagebuilder

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

Projects that are alternatives of or similar to Laravel Pagebuilder

Craft.js
🚀 A React Framework for building extensible drag and drop page editors
Stars: ✭ 4,512 (+2287.3%)
Mutual labels:  page-builder, drag-and-drop, wysiwyg
Elementor
The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
Stars: ✭ 4,207 (+2125.93%)
Mutual labels:  page-builder, wysiwyg
Brick Design
全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态
Stars: ✭ 4,048 (+2041.8%)
Mutual labels:  page-builder, drag-and-drop
Grapesjs
Free and Open source Web Builder Framework. Next generation tool for building templates without coding
Stars: ✭ 14,892 (+7779.37%)
Mutual labels:  drag-and-drop, page-builder
analogwp-templates
Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
Stars: ✭ 20 (-89.42%)
Mutual labels:  wysiwyg, page-builder
plasmic
Visual page builder and web design tool for any website or web app tech stack
Stars: ✭ 1,475 (+680.42%)
Mutual labels:  wysiwyg, page-builder
H5 Dooring
H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
Stars: ✭ 5,832 (+2985.71%)
Mutual labels:  page-builder, drag-and-drop
Laravel Trix
Configurable Basecamp Trix Editor (WYSIWYG) delivered to your laravel application
Stars: ✭ 383 (+102.65%)
Mutual labels:  laravel, wysiwyg
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+577.78%)
Mutual labels:  page-builder, wysiwyg
Laravel Filemanager Example 5.3
Demo integration for laravel-filemanager (https://github.com/UniSharp/laravel-filemanager).
Stars: ✭ 100 (-47.09%)
Mutual labels:  laravel, wysiwyg
Fileuploader
Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
Stars: ✭ 111 (-41.27%)
Mutual labels:  laravel, drag-and-drop
react-web-editor
The react-web-editor is a WYSIWYG editor library. you can resize and drag your component. It also has simple rich text editor
Stars: ✭ 191 (+1.06%)
Mutual labels:  drag-and-drop, wysiwyg
Laravel Admin Starter
A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
Stars: ✭ 240 (+26.98%)
Mutual labels:  page-builder, laravel
Piper
A drag-and-drop mobile website builder base on Vue
Stars: ✭ 228 (+20.63%)
Mutual labels:  page-builder, drag-and-drop
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+1077.78%)
Mutual labels:  laravel, drag-and-drop
Wyg
A new WYSIWYG editing experience for the modern web
Stars: ✭ 73 (-61.38%)
Mutual labels:  drag-and-drop, wysiwyg
Laravel Filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
Stars: ✭ 1,688 (+793.12%)
Mutual labels:  laravel, wysiwyg
Phpagebuilder
A drag and drop page builder to manage pages in any PHP project.
Stars: ✭ 168 (-11.11%)
Mutual labels:  drag-and-drop, wysiwyg
Laravel Feature
A package to manage feature flagging in a Laravel project.
Stars: ✭ 184 (-2.65%)
Mutual labels:  laravel
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+1173.02%)
Mutual labels:  laravel

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].