adamibrahim/email_confirm
Composer 安装命令:
composer require adamibrahim/email_confirm
包简介
Laravel 5.6 Natively Email confirmation Package
README 文档
README
Laravel 5.6 Natively Email confirmation Package Using Queue to send Emails
Demo
You can see working demo
Install
Laravel fresh installation
$ laravel new yourappname
Create / configure .env file
- database access
- QUEUE_DRIVER=database
- Email configuration
Install the package Via Composer
$ composer require adamibrahim/email_confirm
If you installing at laravel 5.5 or higher then you may go directly to Publish other wise you will need to edit composer.json and register the Service Provider
composer.json
Add this code to your composer.json under the autoload at your main directory
"psr-4": { "Adam\\EmailConfirm\\": "vendor/adamibrahim/email_confirm/src" }
Service Provider
At file config/app.php register service provider under * Package Service Providers...
Adam\EmailConfirm\EmailConfirmServiceProvider::class,
Publishing
This will overwrite your User.php model
$ php artisan vendor:publish --tag=emailConfirm --force
Database Migrating
run the Artisan migration command
$ php artisan migrate
Job Queues
I'm Using Queues to send emails (speed up the app) however if you don't wish to use it you can change at your .env file
QUEUE_DRIVER=sync
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
adamibrahim/email_confirm 适用场景与选型建议
adamibrahim/email_confirm 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 36 次下载、GitHub Stars 达 1, 最近一次更新时间为 2018 年 02 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「package」 「laravel5.5」 「Email confirm」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 adamibrahim/email_confirm 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 adamibrahim/email_confirm 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 adamibrahim/email_confirm 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
新版阿里大于短信接口 for laravel5.5+
Extensible library for building notifications and sending them via different delivery channels.
Laravel 5.5+ MySQL driver for Monolog
Email+ extends Kirby's email capabilities by adding support for multiple email services using the same Kirby email API.
查看服务器所有信息 system info
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-15