z3d0x/filament-fabricator
Composer 安装命令:
composer require z3d0x/filament-fabricator
包简介
Block-Based Page Builder Skeleton for your Filament Apps
README 文档
README
What is Filament Fabricator? Filament Fabricator is simply said a block-based page builder skeleton. Filament Fabricator takes care of the PageResource & frontend routing, so you can focus on what really matters: your Layouts & Page Blocks.
Compatibility
| Fabricator | Filament | PHP |
|---|---|---|
| 1.x | ^2.0 | ^8.0 |
| 2.x | ^3.0 | ^8.1 |
| 3.x | ^4.0 | ^8.2 |
| 4.x | ^5.0 | ^8.3 |
Installation
You can install the package via composer:
composer require z3d0x/filament-fabricator
After that run the install command:
php artisan filament-fabricator:install
Register a FilamentFabricatorPlugin instance in your Panel provider:
use Z3d0X\FilamentFabricator\FilamentFabricatorPlugin; //.. public function panel(Panel $panel): Panel { return $panel // ... ->plugins([ FilamentFabricatorPlugin::make(), ]); }
Then, publish the registered plugin assets:
php artisan filament:assets
Documentation
Documentation can be viewed at: https://filamentphp.com/plugins/z3d0x-fabricator
Screenshots
Migrate
From 3.x to 4.x
- Relies on PHP 8.3 as the minimum version
From 2.x to 3.x
- There is no longer a default value for the
pages.layoutdatabase column FilamentFabricatorManager#getPageUrlFromIdno longer has aprefixSlashparameter- Relies on PHP 8.2 as the minimum version
From Filament v4 to Filament v5
Following the upgrade guide from Filament should be enough.
In case it isn't, you can run the following commands:
composer require filament/upgrade:"^5.0" -W --dev ./vendor/bin/filament-v5 # Run the commands output by the upgrade script, they are unique to your app composer require filament/filament:"^5.0" z3d0x/filament-fabricator:"^5.0" -W --no-update composer update
From Filament v3 to Filament v4
Following the upgrade guide from Filament should be enough.
In case it isn't, you can run the following commands:
composer require filament/upgrade:"^4.0" -W --dev ./vendor/bin/filament-v4 # Run the commands output by the upgrade script, they are unique to your app composer require filament/filament:"^4.0" z3d0x/filament-fabricator:"^4.0" -W --no-update composer update
For more info on breaking changes, please refer to the CHANGELOG
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- ZedoX
- Voltra
- Patrick Boivin - Filament Peek
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
z3d0x/filament-fabricator 适用场景与选型建议
z3d0x/filament-fabricator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 185.06k 次下载、GitHub Stars 达 379, 最近一次更新时间为 2022 年 09 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「Z3d0X」 「filament-fabricator」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 z3d0x/filament-fabricator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 z3d0x/filament-fabricator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 z3d0x/filament-fabricator 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Activity logger for filament
Activity logger for filament
Activity logger for filament
Activity logger for filament
Alfabank REST API integration
Activity logger for filament
统计信息
- 总下载量: 185.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 380
- 点击次数: 18
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-13



