jeffersongoncalves/filament-newsletter 问题修复 & 功能扩展

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

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

jeffersongoncalves/filament-newsletter

Composer 安装命令:

composer require jeffersongoncalves/filament-newsletter

包简介

Filament admin UI for composing, scheduling, and sending newsletters to subscriber email groups.

README 文档

README

Filament Newsletter

Filament Newsletter

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads License

A Filament plugin for composing, scheduling, and sending newsletters to subscriber email groups, with delivery tracking and broken-link checks.

Compatibility

Version Filament PHP Laravel Tailwind
1.x ^3.0 ^8.1 ^10.0 3.x
2.x ^4.0 ^8.2 ^11.0 4.x
3.x ^5.0 ^8.2 ^11.28 4.x

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-newsletter:"^3.0"

Publish the configuration (optional):

php artisan vendor:publish --tag="filament-newsletter-config"

Publish the translations (optional):

php artisan vendor:publish --tag="filament-newsletter-translations"

Usage

Register the plugin in your panel provider:

use JeffersonGoncalves\FilamentNewsletter\FilamentNewsletterPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentNewsletterPlugin::make(),
        ]);
}

Newsletters

The Newsletter resource lets you compose a newsletter with rich text, Markdown, or raw HTML content, attach files, target one or more email groups, and:

  • Send test — deliver a single copy to an arbitrary email address before sending to your list.
  • Send now — send the newsletter to every subscriber of the selected email groups immediately.
  • Schedule — pick a date and time and the newsletter status moves to scheduled.
  • Sending status — a read-only breakdown of sent vs. failed deliveries for the newsletter.
  • Check broken links — scans the newsletter content for broken URLs and reports them.

Email Groups

The Email Group resource manages named subscriber lists. Each group shows the number of confirmed, still-subscribed members, and has a relation manager for its members where you can toggle a member's unsubscribed state or remove them.

Localization

Translations are provided for:

  • English (en)
  • Brazilian Portuguese (pt_BR)

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-07-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固