PHPackages                             mansoor/slick-mail - 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. mansoor/slick-mail

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

mansoor/slick-mail
==================

Slick mail template/theme for Laravel (with dark-mode 😎)

v1.0.1(1y ago)49MITCSSPHP ^8.2

Since Jul 9Pushed 1y ago2 watchersCompare

[ Source](https://github.com/mansoorkhan96/slick-mail)[ Packagist](https://packagist.org/packages/mansoor/slick-mail)[ Docs](https://github.com/mansoorkhan96/slick-mail)[ GitHub Sponsors]()[ RSS](/packages/mansoor-slick-mail/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Slick Mail
==========

[](#slick-mail)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9598293ddd65835add55759cbca41a09ee5e45d79b59faed69e5401282a018ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e736f6f722f736c69636b2d6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mansoor/slick-mail)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ccb228a3aac8fe1933be8534c2d30ba88663e2b17f48c91fd78ba6da0cfe864d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d616e736f6f726b68616e39362f736c69636b2d6d61696c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mansoorkhan96/slick-mail/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/96bd9e1c7662c1faedbbd42c1e4c7e72b5a742265bec3be3d630e7ca47d844aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616e736f6f722f736c69636b2d6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mansoor/slick-mail)

Slick Mail is a simple and minimal mail theme / template for Laravel applications. It provides a fresh look, dark mode support and configuration options to set primary color and logo without publishing the views.

[![](./screenshot.png)](./screenshot.png)

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

[](#installation)

You can install the package via composer:

```
composer require mansoorkhan/slick-mail
```

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

[](#configuration)

Once you have installed the package, you will need to instruct Laravel to load the mail views from Slick Mail. You can do so by adding following configuration to `config/mail.php` file.

```
'markdown' => [
    'paths' => [
        __DIR__.'/../vendor/mansoor/slick-mail/resources/views',
    ],
]
```

That's it! You should be able to see a new theme in your emails.

The package provides a configuration file which allows you to change the primary color and the mail logo. You can publish the config file using:

```
php artisan vendor:publish --tag="slick-mail-config"
```

Customization
-------------

[](#customization)

You may customize the Slick Mail components and the theme CSS file. It is very similar to how you would do it for the default Laravel mail. You will need to publish the slick mail views and apply your changes.

You can publish the views using

```
php artisan vendor:publish --tag="slick-mail-views"
```

Make sure to update the `config/mail.php` to point to the newly published views.

```
'markdown' => [
    'paths' => [
        resource_path('views/vendor/slick-mail'),
    ],
]
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mansoor Khan](https://github.com/mansoorkhan)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Every ~0 days

Total

2

Last Release

677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76515e51b221a3505c36acda921bef4520c4b621091233a94b52836a6231bac4?d=identicon)[mansoorkhan96](/maintainers/mansoorkhan96)

---

Top Contributors

[![mansoorkhan96](https://avatars.githubusercontent.com/u/51432274?v=4)](https://github.com/mansoorkhan96 "mansoorkhan96 (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravellaravel-maillaravel-packagemailmail-templatelaravelMansoor Khanslick-mail

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mansoor-slick-mail/health.svg)

```
[![Health](https://phpackages.com/badges/mansoor-slick-mail/health.svg)](https://phpackages.com/packages/mansoor-slick-mail)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[xammie/mailbook

Laravel Mail Explorer

482458.3k1](/packages/xammie-mailbook)[spatie/laravel-notification-log

Log notifications sent by your Laravel app

207902.8k](/packages/spatie-laravel-notification-log)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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