定制 aliw1382/filament-bale-manager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

aliw1382/filament-bale-manager

最新稳定版本:0.1.1

Composer 安装命令:

composer require aliw1382/filament-bale-manager

包简介

plugin filament for send message from bale messager

README 文档

README

  • "php": ">=8.0"
  • "filament/filament": "^2.0|^3.0"
  • "laravel/framework": "^8.0|^9.0|^10.0|^11.0"
  • "filament/forms": "^2.0|^3.0"
  • "mokhosh/filament-jalali": "^2.0|^3.0"

Installation

$ composer require aliw1382/filament-bale-manager

Add Provider To config/app.php File

Aliw1382\FilamentBaleManager\Providers\FilamentBaleManagerServiceProvider::class,

And Run This Command

$ php artisan vendor:publish --provider=Aliw1382\FilamentBaleManager\Providers\FilamentBaleManagerServiceProvider

Add Plugin To Filament, Open File Panel Provider

public function panel( Panel $panel ) : Panel
{

    return $panel
    // ...
    ->plugins([
    
        BalePlugin::make(), # <--- Add This Line
    
    ]);
    
}

History

Please see History for more information on what has been changed recently.

Security

If you discover any security related issues, please email aliw1382@gmail.com instead of using the issue tracker.

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-22