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
- 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(), ]); }
- 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
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-29