kozsuper/filament-table-views 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

kozsuper/filament-table-views

最新稳定版本:1.0.1

Composer 安装命令:

composer require kozsuper/filament-table-views

包简介

A powerful table views package for Laravel Filament

README 文档

README

A powerful package for managing table views in Laravel Filament applications.

This package is originally developed by AureusERP and modified for standalone usage.

Live Demo

You can experience the Table Views module in action on the official AureusERP demo site:

Screenshots

Mô tả ảnh

Features

  • Create and manage custom table views
  • Save favorite views
  • Public and private views
  • Custom filters and sorting
  • User-specific views
  • Easy integration with Filament

Requirements

  • PHP 8.1 or higher
  • Laravel 10.0 or higher
  • Filament 3.0 or higher

Installation

You can install the package via composer:

composer require kozsuper/filament-table-views

Publish the migrations:

php artisan vendor:publish --tag=table-views-migrations

Usage

  1. Run migrations:
php artisan migrate
  1. Use the trait in your Filament resources:
use KozSuper\TableViews\Filament\Concerns\HasTableViews;

class YourResource extends Resource
{
    use HasTableViews;
    
    // Your resource code...
}

Configuration

You can publish the config file with:

php artisan vendor:publish --provider="KozSuper\TableViews\TableViewsServiceProvider" --tag="config"

License

This package is open-sourced software licensed under the MIT License.

Attribution

This package is based on the Table Views module from AureusERP, which is also licensed under the MIT License.

统计信息

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

GitHub 信息

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

其他信息

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