coderstm / laravel-page-builder
A section-based page builder for Laravel using JSON layouts, sections, blocks, and themes.
Package info
github.com/coders-tm/laravel-page-builder
Language:TypeScript
pkg:composer/coderstm/laravel-page-builder
Fund package maintenance!
Requires
- php: ^8.2
- coderstm/laravel-themer: ^2.4
- illuminate/http: ^11.0|^12.0|^13.0
- illuminate/routing: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- illuminate/view: ^11.0|^12.0|^13.0
- spatie/laravel-sluggable: ^3.6
Requires (Dev)
- larastan/larastan: ^2.9|^3.0
- laravel/pint: ^1.0
- orchestra/testbench: ^9.0|^10.0|^11.0
- pestphp/pest: ^4.0|^5.0
- pestphp/pest-plugin-laravel: ^4.0|^5.0
- phpstan/phpstan: ^2.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main / 1.x-dev
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.1
- v1.5.0
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.2
- v1.3.0
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2026-09-06 08:27:03 UTC
README
A modern page builder for Laravel — build dynamic pages with layouts, sections, and JSON rendering. Includes a visual editor, layout system, reusable sections, and multi-theme support.
Requirements
- PHP 8.2+
- Laravel 11.x, 12.x, or 13.x
Installation
composer require coderstm/laravel-page-builder
php artisan pagebuilder:install
See the full documentation for configuration, sections, blocks, templates, themes, and more.
License
This package is released under a Non-Commercial Open Source License. Contact dipak@coderstm.com for commercial licensing.
See LICENSE.md for details.
