laravel-notification-channels / onesignal

OneSignal notifications channel for Laravel
MIT License
283 stars 119 forks source link

Add ability to send to included_segments and excluded_segments #70

Closed csgt closed 6 years ago

csgt commented 6 years ago

Adding these methods, the user is able to do something like this:

Notification::route('OneSignal', ['included_segments' => ['Test Users']]) ->notify(new MyNotification);