taksu-tech/taksu-inbox

Laravel package for managing inbox notifications with FCM support
6,072
Install
composer require taksu-tech/taksu-inbox
Latest Version:v1.0.0
PHP:^8.2
License:MIT
Last Updated:Aug 5, 2025
Links: GitHub  ·  Packagist
Maintainer: madeadi

Inbox

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

  1. Install the package
composer require taksu-tech/taksu-inbox
  1. Modify app/config.php, to load the provider.
'providers' => ServiceProvider::defaultProviders()->merge([
    \Taksu\TaksuInbox\InboxServiceProvider::class,
])->toArray(),
  1. Load seeder by updating database/seeders/DatabaseSeeder.php (optional)
$this->call([
    InboxSeeder::class,
]);

Related Packages

spondonit/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

4,145 0
akshyaraait/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

1,000 0
benwilkins/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

976,506 208
eloverde-sistemas/ev-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

22,385 0
liliom/laravel-firebase

Laravel FCM (Firebase Cloud Messaging) Notification Channel

26,309 23