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

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

faisalazez/laravel-inbox
========================

Receive and send emails from your project with Laravel

017CSS

Since Nov 3Pushed 4y ago1 watchersCompare

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

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 faisalazez/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. To use gmail your gmail account add this line to .env

```
GMAIL_USER_NAME=
GMAIL_PASSWORD=
#GMAIL_FETCH=ALL to get all emails
#GMAIL_FETCH=RECENT to get all recent emails
GMAIL_FETCH=ALL
```

Usage
-----

[](#usage)

After connecting your email provider you can visit the inbox interface from url **/inbox/dashboard** like that:
**example.com/inbox/dashboard**
You can also add the inbox feature to your own blades.
includes this scripts and css file in you blade.

```

```

Now add the below code in the blade area in which you want to show your inbox.

```

            @include('inbox::includes.nav')

```

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

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6065da8be7877c9ee800d764d0516f0096cd9521254653ebb36e6e944fdbba7?d=identicon)[development9987](/maintainers/development9987)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/faisalazez-laravel-inbox/health.svg)](https://phpackages.com/packages/faisalazez-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)
