PHPackages                             fr3on/laravel-inbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. fr3on/laravel-inbox

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

fr3on/laravel-inbox
===================

A local notification intercept dashboard for Laravel — caught and previewed in one place across all channels.

0.0.1(3mo ago)1241MITBladePHP ^8.2CI passing

Since Apr 10Pushed 3mo agoCompare

[ Source](https://github.com/fr3on/laravel-inbox)[ Packagist](https://packagist.org/packages/fr3on/laravel-inbox)[ RSS](/packages/fr3on-laravel-inbox/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

Laravel Inbox
=============

[](#laravel-inbox)

[![Latest Version on Packagist](https://camo.githubusercontent.com/40e813c162aaab6e43362636cf2bb401d1f95cb1ab3fa9e528661e5b1a368106/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6672336f6e2f6c61726176656c2d696e626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fr3on/laravel-inbox)[![GitHub Tests Action Status](https://camo.githubusercontent.com/46208f0ead39b762a67add333ddafde26c1f9618173a26ecc76f18e35b3daed9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6672336f6e2f6c61726176656c2d696e626f782f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/fr3on/laravel-inbox/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/c75c47bbd3f2b76f596e71d654c343fb7ccbef6cd941969c725d42c10933b67a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6672336f6e2f6c61726176656c2d696e626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fr3on/laravel-inbox)[![PHP Version Support](https://camo.githubusercontent.com/112fdc9102cd1bcea532ede480d2f0b15e4a61b8a1bedacce41efc5d52ba5d89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e322d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://www.php.net/)[![Laravel Version Support](https://camo.githubusercontent.com/7edf7218080049201874d4d1ad454cfb796fb851766feb971c603ec03e209b4f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d25354531302537432535453131253743253545313225374325354531332d6666326432302e7376673f7374796c653d666c61742d737175617265)](https://laravel.com/)[![License](https://camo.githubusercontent.com/0e3bcf9dddb09a188c8a03ea9cbb3f0697901897d66111f9ab4746619801d217/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6672336f6e2f6c61726176656c2d696e626f782e7376673f7374796c653d666c61742d737175617265)](LICENSE)

**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
--------

[](#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
------------

[](#installation)

You can install the package via composer:

```
composer require fr3on/laravel-inbox --dev
```

The package will automatically register its service provider. To customize the installation, you can publish the config file:

```
php artisan vendor:publish --tag="inbox-config"
```

Configuration
-------------

[](#configuration)

By default, Laravel Inbox is only enabled when `APP_DEBUG` is true and `APP_ENV` is `local`.

```
// config/inbox.php

return [
    'enabled' => env('INBOX_ENABLED', env('APP_ENV') === 'local'),

    'path' => 'inbox', // The URL path for the dashboard

    'middleware' => ['web'], // Add your own auth middleware here if needed

    'gate' => null, // Optional Laravel Gate name for access control
];
```

Security
--------

[](#security)

If you plan to use Laravel Inbox in a shared staging environment, we highly recommend protecting the route with a Gate:

```
// app/Providers/AuthServiceProvider.php

Gate::define('view-inbox', function ($user) {
    return str_ends_with($user->email, '@yourcompany.com');
});
```

Then update your config: `'gate' => 'view-inbox'`.

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance80

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

106d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/205356416?v=4)[fr3onv](/maintainers/fr3onv)[@fr3onv](https://github.com/fr3onv)

---

Top Contributors

[![fr3on](https://avatars.githubusercontent.com/u/26393383?v=4)](https://github.com/fr3on "fr3on (4 commits)")

---

Tags

dashboardinboxinterceptlaravelnotificationsphplaravelnotificationsdashboardinboxintercept

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fr3on-laravel-inbox/health.svg)

```
[![Health](https://phpackages.com/badges/fr3on-laravel-inbox/health.svg)](https://phpackages.com/packages/fr3on-laravel-inbox)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k30.2M151](/packages/laravel-cashier)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k21](/packages/fleetbase-core-api)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.6k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
