mortezaa97/sms-manager 问题修复 & 功能扩展

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

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

mortezaa97/sms-manager

最新稳定版本:v1.0.4

Composer 安装命令:

composer require mortezaa97/sms-manager

包简介

README 文档

README

A simple Filament plugin to add SMS statistics and management widgets to your dashboard.

Installation

Install via composer:

composer require mortezaa97/sms-manager

Usage

  1. Register the Plugin

In your AdminPanelServiceProvider.php, register the plugin in the plugins array:

use Mortezaa97\SmsManager\SmsManagerPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            // ... other plugins
            SmsManagerPlugin::make(),
        ]);
}
  1. Add the Widget to Your Dashboard

In app/Filament/Pages/Dashboard.php, add the widget to the getWidgets() method:

public function getWidgets(): array
{
    return [
        // ... other widgets
        \Mortezaa97\SmsManager\Filament\Widgets\SmsManagerStatsWidget::class,
    ];
}

Features

  • Shows SMS statistics on your Filament dashboard.
  • Easy integration with existing Filament panels and widgets.

Customization

You can customize or extend the widget by creating your own widget or forking this package.

Credits

Created by mortezaa97

License

MIT

统计信息

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

GitHub 信息

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

其他信息

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