cardei/laravel-one-signal
最新稳定版本:v1.1.0
Composer 安装命令:
composer require cardei/laravel-one-signal
包简介
Laravel Wrapper for OneSignal Push
README 文档
README
Laravel OneSignal is a simple package to send push notifications to your users. This package is based on the official OneSignal API. The package is designed to work with Laravel 11.X and above.
Original Package
This package is a fork of the original Laravel OneSignal package by Shailesh Ladumor
Installation
You can install the package via composer:
composer require cardei/laravel-one-signal
Configuration
You can publish the configuration file using this command:
php artisan vendor:publish --provider="Cardei\OneSignal\OneSignalServiceProvider" --tag="config"
A configuration file will be published to config/one-signal.php
Usage
First, you need to set the OneSignal app id and rest api key in the config/one-signal.php file.
... ...
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-13