承接 flexadmin/laravel-email-database-log 相关项目开发

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

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

flexadmin/laravel-email-database-log

最新稳定版本:1.0.1

Composer 安装命令:

composer require flexadmin/laravel-email-database-log

包简介

A database logger for all outgoing emails sent by your Laravel application.

README 文档

README

A database logger for all outgoing emails sent by your Laravel application.

License: MIT

Table of contents

Requirements

Installation Instructions

  1. From your projects root folder in terminal run:

        composer require flexadmin/laravel-email-database-log
  2. Register the package

  • Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.

  • Laravel 5.4 and below Register the package with laravel in config/app.php under providers with the following:

    'providers' => [
        // ...
        Flexadmin\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider::class,
    ];
  1. Publish the packages migration files by running the following from your projects root folder:
php artisan vendor:publish --tag=laravel-email-database-log-migration
  1. From your projects root folder in terminal run the migration:
php artisan migrate

Usage

After installation, any email sent by your application will be logged to email_log table in the site's database.

File Tree

laravel-email-database-log
├── .all-contributorsrc
├── .github
│ └── workflows
│     └── master.yml
├── .gitignore
├── .styleci.yml
├── LICENSE.md
├── README.md
├── composer.json
├── composer.lock
├── phpunit.xml
└── src
    ├── Database
    │ └── Migrations
    │      └── 2023_02_26_001638_create_email_log.php
    ├── EmailLogger.php
    ├── LaravelEmailDatabaseLogEventServiceProvider.php
    └── LaravelEmailDatabaseLogServiceProvider.php
  • Tree command can be installed using brew: brew install tree
  • File tree generated using command tree -a -I '.git|node_modules|vendor|storage|tests'

License

Laravel Email Database Log is licensed under the MIT license. Enjoy!

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固