承接 shayd-r/filament-smart-export 相关项目开发

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

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

shayd-r/filament-smart-export

最新稳定版本:v2.1.3

Composer 安装命令:

composer require shayd-r/filament-smart-export

包简介

Smart automatic export action for Filament that discovers models and relationships automatically

README 文档

README

Automatic export action for Filament v4 that discovers your model structure and relationships.

Features

  • Auto-discovers models, columns, and relationships
  • Export to XLSX or CSV
  • Live preview of data
  • Multiple relationship support (HasMany, BelongsToMany)
  • Direct download (no storage needed)

Installation

composer require shayd-r/filament-smart-export

Usage

Bulk Action (for selected records)

use ShaydR\FilamentSmartExport\Actions\SmartExportBulkAction;

public static function table(Table $table): Table
{
    return $table
        ->bulkActions([
            SmartExportBulkAction::make(),
        ]);
}

Header Action (for all records)

use ShaydR\FilamentSmartExport\Actions\SmartExportHeaderAction;

public static function table(Table $table): Table
{
    return $table
        ->headerActions([
            SmartExportHeaderAction::make(),
        ]);
}

Version Compatibility

  • Filament v4: Use version ^2.0 (main branch)
  • Filament v3: Use version ^1.0 (filament-v3 branch)

Requirements

  • PHP 8.1+
  • Laravel 11+ / 12+
  • Filament 4.0+

License

MIT

统计信息

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

GitHub 信息

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

其他信息

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