承接 tmsllc/laravel-exception-mail 相关项目开发

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

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

tmsllc/laravel-exception-mail

最新稳定版本:1.0.0

Composer 安装命令:

composer require tmsllc/laravel-exception-mail

包简介

This package will allow you to specify email addresses to send them all the exceptions that occurs in Laravel application.

README 文档

README

Laravel 9.0 Software License

This package will allow you to specify email addresses to send them all the exceptions that occurs in Laravel application.

Contact Me

You can check all of my information by Checking my website.

Installation

You can install the package via composer:

composer require tmsllc/laravel-exception-mail

The package will automatically register itself.

You must publish the config with:

php artisan vendor:publish --provider="TMSLLC\ExceptionMail\ExceptionMailServiceProvider" --tag="config"

This is the contents of the file which will be published at config/exception-mail.php

return [
    /*
     * enable or disable the package
     */
    'enabled' => true,
    
    /*
    * Add email addresses you want them to receive the exception
    */
    'addresses' => [
        //'developer1@companydomain.com',
        //'developer2@companydomain.com',
    ],
];

If you would like to change the email template you can publish the blade email template with:

php artisan vendor:publish --provider="TMSLLC\ExceptionMail\ExceptionMailServiceProvider" --tag="blade"

The blade template will be published at resources/views/emails/exception-mail.blade.php

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

You are welcome to contribute

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

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