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 asTextColumn,BadgeColumn,DateColumn,SelectFilter,InputFilter, andDateFilterform()with typed fields such asTextInput,Textarea,NumberInput,DateInput,FileUpload,RichText,PasswordInput,BelongsTo,BelongsToMany,Select,Checkbox, andToggle, plus optional layout nodes such asSectionandTabwhen grouping is truly neededdetail()/infolist()with typed entries such asTextEntryrelations()with inverseHasOneandHasManyrelation managers for protected attach, detach, replace, sync, and nested create flowsactions()andpages()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
/adminroute 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
- Require the package in the host application.
- Run
php artisan flashboard:install. - Generate a panel provider with
php artisan flashboard:make-provider. - Generate a resource or page with
php artisan flashboard:make-resource/flashboard:make-page. - 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 ibun ibun run buildcomposer testcomposer 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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 pepperfm/flashboard 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
Analysis module for finding problematical shop data.
Simple ASCII output of array data
Alfabank REST API integration
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-03-23