承接 bushart/emaillog 相关项目开发

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

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

bushart/emaillog

最新稳定版本:1.0

Composer 安装命令:

composer require bushart/emaillog

包简介

A simple modified email log to database

README 文档

README

The Laravel Email Database Log package is a convenient way to log outgoing emails in your Laravel application to a database. Instead of relying solely on email service providers' logs or writing custom logging code for each email, this package provides a simple and consistent way to store email data directly in your application's database.

Installation

You can install the Laravel Email Database Log package via Composer by running the following command:

composer require bushart/emaillog   

After installation, publish the package configuration file using the vendor:publish Artisan command:

php artisan vendor:publish --tag=migrations

Usage

Once the package is installed and configured, outgoing emails sent using Laravel's Mail functionality will be automatically logged to the specified database table. The package provides an event listener that captures the email data and stores it in the database.

To view the logged emails, you can query the database table directly or create a dedicated interface within your application to retrieve and display the email log entries.

Support

If you encounter any issues with this package, please open an issue on the GitHub repository or contact us at busharthussain@gmail.com.

I hope this example description helps you write your own README file! Let me know if you have any other questions.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-20