Download the PHP package aashan/livewire-pagebuilder without Composer
On this page you can find all versions of the php package aashan/livewire-pagebuilder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aashan/livewire-pagebuilder
More information about aashan/livewire-pagebuilder
Files in aashan/livewire-pagebuilder
Package livewire-pagebuilder
Short Description Database powered page builder for laravel livewire applications
License MIT
Informations about the package livewire-pagebuilder
Livewire Pagebuilder
Livewire Pagebuilder is a Laravel/Livewire package that allows you to visually create and manage pages. Each page consists of modular blocks, where each block is an independent Livewire component capable of storing data and rendering dynamically based on its definition.
Installation
Features
- Visual page building interface powered by livewire
- Modular blocks with independent logic and rendering
- Arbitrary data storage for each block in the database
- Extendable system for implementing custom blocks
Key Concepts
Page
In livewire pagebuilder, a page is a laravel eloquent model. The model definition can be found in Aashan\LivewirePageBuilder\Models\Page
.
Block
Similar to a page, a block is also an eloquent model. The key thing to remember here is there are two different Block files in this project.
Aashan\LivewirePageBuilder\Models\Block
is the eloquent model for persistant block storage.Aashan\LivewirePageBuilder\Blocks\Block
is a livewire component that acts as the base for custom blocks.
Installation
After installing the package via composer, there is a command which you can run to set up everything.
Once this is done, run your migrations using
At this point, you're ready to proceed.
All versions of livewire-pagebuilder with dependencies
blade-ui-kit/blade-ui-kit Version *
joserick/laravel-livewire-discover Version ^1.3
blade-ui-kit/blade-heroicons Version *