Skip to content

red-jasmine/filament-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Jasmine Filament Project

Filament 项目管理插件,为 Red Jasmine Framework 提供完整的项目管理功能。

功能特性

  • 项目管理:项目的创建、编辑、删除等完整生命周期管理
  • 成员管理:项目成员的添加、编辑、状态管理
  • 角色管理:项目角色的创建、权限配置、成员分配
  • 分组管理:项目分组的创建和管理

安装

composer require red-jasmine/filament-project

配置

发布配置文件:

php artisan vendor:publish --tag=red-jasmine-filament-project-config

在 Filament Panel 中注册插件:

use RedJasmine\FilamentProject\FilamentProjectPlugin;

$panel
    ->plugins([
        FilamentProjectPlugin::make(),
    ]);

使用

安装后,在 Filament 管理后台的"项目管理"集群中,你可以访问:

  • 项目:管理所有项目
  • 项目成员:管理项目成员
  • 项目角色:管理项目角色
  • 项目分组:管理项目分组

许可证

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages