承接 mortezaa97/sms-manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

mortezaa97/sms-manager

最新稳定版本:v1.0.10

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

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固