Download the PHP package fr3on/laravel-inbox without Composer
On this page you can find all versions of the php package fr3on/laravel-inbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-inbox
Laravel Inbox
Laravel Inbox is a premium local notification intercept dashboard for Laravel. It allows you to catch, inspect, and simulate notifications across all major channels in a beautiful, real-time interface.
Features
- Multi-Channel Interception: Automatically catches notifications for Mail, Slack, SMS (Twilio/Vonage), Discord, Telegram, Push, WhatsApp, and Database.
- Premium Simulations: High-fidelity UI mockups for mobile devices and chat apps.
- Notifiable Inspector: Inspect the state of the Eloquent model associated with every notification.
- Timeline Tracking: Correlate notifications to see a sequence of events for specific targets.
- Resend Utility: Re-dispatch any captured notification with a single click.
- Advanced Filtering: Instant, real-time search and channel filtering.
- PWA Style UI: A fully responsive, mobile-optimized dashboard.
Installation
You can install the package via composer:
The package will automatically register its service provider. To customize the installation, you can publish the config file:
Configuration
By default, Laravel Inbox is only enabled when APP_DEBUG is true and APP_ENV is local.
Security
If you plan to use Laravel Inbox in a shared staging environment, we highly recommend protecting the route with a Gate:
Then update your config: 'gate' => 'view-inbox'.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-inbox with dependencies
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/notifications Version ^10.0|^11.0|^12.0|^13.0
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
illuminate/http Version ^10.0|^11.0|^12.0|^13.0