15/03/2026
π Introducing Laravel Page Builder β A Modern Page Builder for Laravel
After months of development, Iβm excited to share an open-source project Iβve been working on:
π https://github.com/coders-tm/laravel-page-builder
Laravel Page Builder is a developer-friendly page builder designed specifically for the Laravel ecosystem. Instead of relying on heavy database schemas or proprietary templating systems, it keeps everything Blade-native and JSON-driven.
β¨ Key Features
β’ Blade-native rendering for sections and blocks
β’ () directive to define settings directly inside Blade templates
β’ Visual editor with live iframe preview, drag-and-drop, and inline editing
β’ JSON-based page storage for fast reads and Git-friendly version control
β’ Recursive block nesting (rows, columns, containers)
β’ Per-page layouts (header/footer configurable per page)
β’ 21+ built-in field types including color pickers, icon selectors, rich text, and more
β’ Multi-theme support and global theme blocks
π§ Architecture Highlights
β’ Pages stored as JSON files
β’ Blade views power sections and blocks
β’ Typed PHP objects for settings access
β’ Clean separation between content, layout, and rendering
The goal is to bring a Shopify-like page building experience to Laravel, while staying fully aligned with Laravel conventions.
If youβre building CMS, SaaS platforms, landing page builders, or multi-theme websites in Laravel, this package might be useful.
β Check it out on GitHub and let me know your thoughts.