trustbird/filament-trustbird
Composer 安装命令:
composer require trustbird/filament-trustbird
包简介
Optional Filament admin panel for Trustbird's Laravel core package.
README 文档
README
Optional Filament admin panel for Trustbird's Laravel core package.
This package only contains Filament UI concerns. Domain logic, models, migrations, actions, events, policies and contracts belong in trustbird/laravel-trustbird.
Installation
composer require trustbird/laravel-trustbird trustbird/filament-trustbird
Publish the configuration file when you want to customize the panel integration:
php artisan vendor:publish --tag="filament-trustbird-config"
Usage
Register the plugin in your Filament panel provider:
use Trustbird\Filament\TrustbirdPanelPlugin; public function panel(Panel $panel): Panel { return $panel ->plugin(TrustbirdPanelPlugin::make()); }
Architecture
trustbird/laravel-trustbird is the headless Laravel core. This package is intentionally optional, so developers can use Trustbird with Filament or integrate the core into their own UI.
Keep these boundaries strict:
- Core package: domain models, migrations, services, actions, events, policies, contracts and APIs.
- Filament package: resources, pages, widgets, forms, tables, actions and panel registration.
Testing
composer test
Code style
composer format
Security
Please review SECURITY.md for responsible disclosure details.
License
The MIT License (MIT). Please see LICENSE.md for more information.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-03