定制 pepperfm/flashboard 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

pepperfm/flashboard

Composer 安装命令:

composer require pepperfm/flashboard

包简介

Backend-driven Laravel admin runtime package for internal panels.

README 文档

README

Flashboard is a backend-driven Laravel admin runtime package for internal panels. Full documentation lives at flashboard.pepperfm.com.

The current primary DX is a typed, declarative resource API:

  • table() with typed columns and filters such as TextColumn, BadgeColumn, DateColumn, SelectFilter, InputFilter, and DateFilter
  • form() with typed fields such as TextInput, Textarea, NumberInput, DateInput, FileUpload, RichText, PasswordInput, BelongsTo, BelongsToMany, Select, Checkbox, and Toggle, plus optional layout nodes such as Section and Tab when grouping is truly needed
  • detail() / infolist() with typed entries such as TextEntry
  • relations() with inverse HasOne and HasMany relation managers for protected attach, detach, replace, sync, and nested create flows
  • actions() and pages() as part of the same package-owned resource surface model

Legacy array definitions remain supported as a compatibility bridge while host apps move to the typed DSL.

Documentation

Current Scope

The repository currently contains a working package runtime:

  • Composer package metadata and Laravel package discovery
  • A Flashboard service provider and install command
  • Baseline panel configuration and /admin route registration
  • Public panel, page, resource, table, form, detail, action, and navigation contracts
  • Fluent builder layer, typed schema node DSL, and discovery registries for panels, resources, and pages
  • Runtime metadata, screen resolution, lifecycle hooks, and payload assembly for page/resource screens
  • Package auth flow, route registrar, panel shell layout, permission-aware navigation, and Eloquent-backed list screen data source
  • Create/edit persistence, detail hydration, relation payloads, action execution, and custom workspace page support
  • Versioned UI payload envelope, renderers, policy bridge, notifications/overlays/state/theme, extension hooks, playground tooling, and test/quality scaffold
  • Inertia + Vue panel shell with @inertiaHead, @inertia, a Vite-powered app entry, and Nuxt UI component primitives
  • A real Inertia root view and Vue page shell so host applications can verify package wiring through the client runtime

The package is still beta-stage, but the core resource runtime, table engine, form engine, detail views, actions, relations, and operator workspace surfaces are now implemented enough for host-app validation.

Install In A Host Laravel App

  1. Require the package in the host application.
  2. Run php artisan flashboard:install.
  3. Generate a panel provider with php artisan flashboard:make-provider.
  4. Generate a resource or page with php artisan flashboard:make-resource / flashboard:make-page.
  5. Visit your panel path.

Generated resources now use the typed DSL by default and keep legacy arrays only as a migration fallback.

During install, Flashboard builds its frontend assets inside the installed package directory and then publishes the compiled files into the host application at public/vendor/flashboard/build. Use php artisan flashboard:build-assets when you need to rebuild and refresh those published assets later.

Local Development

  • composer i
  • bun i
  • bun run build
  • composer test
  • composer analyse

Notes

  • Flashboard is beta-stage: public contracts should stay explicit and versioned as the package hardens.
  • The panel route boots through an Inertia root view and Vue page shell.

pepperfm/flashboard 适用场景与选型建议

pepperfm/flashboard 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 14 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 03 月 23 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「admin」 「package」 「laravel」 「dashboard」 「backoffice」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 pepperfm/flashboard 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 pepperfm/flashboard 我们能提供哪些服务?
定制开发 / 二次开发

基于 pepperfm/flashboard 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-03-23