taksu-tech/taksu-inbox
Composer 安装命令:
composer require taksu-tech/taksu-inbox
包简介
Laravel package for managing inbox notifications with FCM support
README 文档
README
Features
- Each user can have their own inbox
- Events will be generated
- Broadcast to multiple inboxes
- Gather user response to an inbox
Models
- Inbox
- Broadcast
Events
- InboxSent
- InboxRead
- BroadcastPublished
- ResponseSubmitted
- ResponseExpired
How to install
- Install the package
composer require taksu-tech/taksu-inbox
- Modify
app/config.php, to load the provider.
'providers' => ServiceProvider::defaultProviders()->merge([ \Taksu\TaksuInbox\InboxServiceProvider::class, ])->toArray(),
- Load seeder by updating
database/seeders/DatabaseSeeder.php(optional)
$this->call([ InboxSeeder::class, ]);
统计信息
- 总下载量: 4.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-05