delboy1978uk / bone-push-notifications
使用 Expo 为 Bone Native 应用程序提供推送通知
v1.1.0
2024-08-08 14:43 UTC
Requires
- php: ^8.1
- ext-json: *
- delboy1978uk/bone-oauth2: ^1.8
Requires (Dev)
- roave/security-advisories: dev-latest
README
使用 Expo 为 Bone Native 应用程序提供推送通知
安装
使用 Composer
composer require delboy1978uk/bone-push-notifications
配置
在 config/packages.php
中启用该包,并生成和运行迁移。
<?php // use statements here use Bone\Notification\PushToken\PushNotificationPackage; return [ 'packages' => [ // packages here..., PushNotificationPackage::class, ], // ... ];
使用
在 Bone Native 应用程序中,调用 API 端点。