tomatophp/filament-types-module 问题修复 & 功能扩展

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

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

tomatophp/filament-types-module

最新稳定版本:v1.0.0

Composer 安装命令:

composer require tomatophp/filament-types-module

包简介

Manage any type on your app in Database with easy to use Resource for FilamentPHP

README 文档

README

Latest Stable Version PHP Version Require License Downloads

Manage any type on your app in Database with easy to use Resource for FilamentPHP

Screenshots

Types Filters Type Col Form

Installation

composer require tomatophp/filament-types-module-module

after install your package please run this command

php artisan filament-types:install

Register New Type

you can add new type using config file config/filament-types.php or you can register a type from your provider using our Facade

use Modules\TypesManager\Facades\FilamentTypes;

FilamentTypes::register([
    'types',
    'groups'
], 'accounts');

Use Type Helper

you can access types from anywhere by using type helper function

type_of($key);

i will return type object

Use Type Column

you can use type column in your table like this

use Modules\TypesManager\Components\TypeColumn;

TypeColumn::make('type')->searchable(),

Support

you can join our discord server to get support TomatoPHP

Docs

you can check docs of this package on Docs

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-24