delboy1978uk/bone-push-notifications

Push Notifications using Expo for Bone Native apps

Installs: 163

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/delboy1978uk/bone-push-notifications

v1.1.0 2024-08-08 14:43 UTC

This package is auto-updated.

Last update: 2025-10-08 17:27:39 UTC


README

Push Notifications using Expo for Bone Native apps

installation

Use Composer

composer require delboy1978uk/bone-push-notifications

configuration

Enable the package in config/packages.php, and generate and run migrations.

<?php

// use statements here
use Bone\Notification\PushToken\PushNotificationPackage;

return [
    'packages' => [
        // packages here...,
        PushNotificationPackage::class,
    ],
    // ...
];

usage

In a Bone Native app, call the API endpoints.