taksu-tech/taksu-inbox
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
- 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,
]);
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