moreshco / pushe-laravel
A laravel package for communications with pushe
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2025-05-07 01:26:46 UTC
README
Pushe Laravel is a simple laravel package for Pushe push notification platform. You can use it for simple usages in laravel projects.
Installation
You can install the package via composer:
composer require moreshco/pushe-laravel
Usage
First of all, please publish config file by this command:
php artisan vendor:publish --provider="Moreshco\PusheLaravel\PusheLaravelServiceProvider" --tag="config"
In config file, (located in config
directory and named pushe.php
) you must fill apps
variable.
Then you should use Moreshco\PusheLaravel\PusheLaravel;
in your file. And finally you can new PusheLaravel();
in a proper way. Your object instance is ready to go.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ali@moreshco.ir instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.