FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Build a Visual Page Builder in Laravel Without Leaving Blade
How-ToWeb Development

Build a Visual Page Builder in Laravel Without Leaving Blade

via Dev.to WebdevDipak Sarkar2h ago

If you've ever wanted a Shopify-style page editor inside your Laravel app — drag-and-drop sections, live preview, multi-theme support, all powered by plain Blade views — that's exactly what we built. coderstm/laravel-page-builder is a JSON-driven page composition system for Laravel 11 and 12. It gives your users a visual editor while keeping your developer workflow exactly as it should be: Blade files, PHP classes, and zero magic. The Problem Most Laravel page builders fall into one of two traps: Too much magic — custom DSLs, opaque rendering pipelines, or tight coupling to a specific frontend stack. Too rigid — pre-baked HTML structures that fight your design system the moment you need to deviate. We wanted something that felt native to Laravel: Blade views for rendering, JSON for storage, and a clean PHP architecture underneath. How It Works Sections and Blocks Are Just Blade Views A section is a Blade file that starts with a @schema() directive. That's it. @schema([ 'name' => 'Hero'

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

What Makes a Good Open Source PR (Lessons From Getting Mine Closed)
How-To

What Makes a Good Open Source PR (Lessons From Getting Mine Closed)

Dev.to • 48m ago

Hoto’s powerful PixelDrive electric screwdriver is 25 percent off
How-To

Hoto’s powerful PixelDrive electric screwdriver is 25 percent off

The Verge • 1h ago

How I turned my Pixel phone into a genuinely productive desktop computer - for free
How-To

How I turned my Pixel phone into a genuinely productive desktop computer - for free

ZDNet • 2h ago

the world is your oyster - you can just do things.
How-To

the world is your oyster - you can just do things.

Medium Programming • 2h ago

The Sonos Bluetooth Speaker Is $40 Off
How-To

The Sonos Bluetooth Speaker Is $40 Off

Wired • 3h ago

Discover More Articles