Skip to content

cardei/laravel-one-signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-one-signal

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.

... ...

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages