codium/laravel-sms-capture
最新稳定版本:v1.0.5
Composer 安装命令:
composer require codium/laravel-sms-capture
包简介
Captures outgoing SMS notifications
README 文档
README
Capture outgoing SMS notifications in Laravel so they can be previewed during development.
Requirements
This package has the following dependencies:
- Laravel 8+
- Pusher
This package works with the following Laravel SMS notification providers:
- Nexmo/Vonage
Installation
This package can be installed via Composer:
composer require codium/laravel-sms-capture
Once installed make sure you've setup Pusher in Laravel so captured SMS notifications can be caught and displayed.
Usage
This package exposes a single endpoint which you may access at http://localhost/__sms. Notifications will only be caught when this page has been loaded as they are not stored on the server side.
Caught notifications will be cached in your browsers local storage and you can clear them by using the Clear Messages button.
License
The MIT License (MIT). Please see LICENCE for more information.
统计信息
- 总下载量: 743
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-25