承接 aashan/livewire-pagebuilder 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aashan/livewire-pagebuilder

最新稳定版本:0.0.1

Composer 安装命令:

composer require aashan/livewire-pagebuilder

包简介

Database powered page builder for laravel livewire applications

README 文档

README

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

composer require aashan/livewire-pagebuilder

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.

    php artisan livewire-pagebuilder:install

Once this is done, run your migrations using

php artisan migrate

At this point, you're ready to proceed.

统计信息

  • 总下载量: 36
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-22