PHPackages                             muluc/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. muluc/laravel-inbox

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

muluc/laravel-inbox
===================

Receive and send emails from your project with Laravel

01CSS

Since Jun 1Pushed 2y agoCompare

[ Source](https://github.com/MehmetUluc/laravel-inbox)[ Packagist](https://packagist.org/packages/muluc/laravel-inbox)[ RSS](/packages/muluc-laravel-inbox/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-inbox)

Receive and send emails from your project with Laravel

Inbox extends [beyondcode/laravel-mailbox](https://github.com/beyondcode/laravel-mailbox)

[![Image of Inbox](https://github.com/Xoshbin/laravel-inbox/raw/master/Screen-Shot.png?raw=true)](https://github.com/Xoshbin/laravel-inbox/blob/master/Screen-Shot.png?raw=true)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require xoshbin/laravel-inbox
```

After installing Inbox, publish its assets using the inbox:install Artisan command:

```
php artisan inbox:install
```

This package extends the migration file of beyondcode/laravel-mailbox to store all incoming email messages. You can publish the migration file using:

```
php artisan vendor:publish --provider="Xoshbin\Inbox\InboxServiceProvider" --tag="migrations"
```

Run the migrations with:

```
php artisan migrate
```

Next, you need to publish the inbox configuration file which it's the same file of beyondcode/laravel-mailbox with some extra variables:

```
php artisan vendor:publish --provider="Xoshbin\Inbox\InboxServiceProvider" --tag="config"
```

Connecting email drivers
------------------------

[](#connecting-email-drivers)

To connect your email provider with this package you have to follow [beyondcode/laravel-mailbox](https://docs.beyondco.de/laravel-mailbox) documentation.

Usage
-----

[](#usage)

After connecting your email provider you can visit the inbox interface from url **/inbox/dashboard** like that:
**example.com/inbox/dashboard**

### TO-DO

[](#to-do)

- Changing views to vue components.
- Saving sent emails.
- Adding tests.

### Bootstrap Template

[](#bootstrap-template)

special thanks to [Bootstrap snippet. bs4 beta email inbox](https://www.bootdey.com/snippets/view/bs4-beta-email-inbox)

License
-------

[](#license)

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

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.7% 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.

### Community

Maintainers

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

---

Top Contributors

[![Xoshbin](https://avatars.githubusercontent.com/u/1606070?v=4)](https://github.com/Xoshbin "Xoshbin (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (24 commits)")[![MehmetUluc](https://avatars.githubusercontent.com/u/3134457?v=4)](https://github.com/MehmetUluc "MehmetUluc (2 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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