PHPackages                             williamcruzme/laravel-notification-settings - 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. williamcruzme/laravel-notification-settings

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

williamcruzme/laravel-notification-settings
===========================================

A Laravel package that allows you to check the notification settings before send them.

v1.0.1(4y ago)309.7k↓12.5%4[1 PRs](https://github.com/williamcruzme/laravel-notification-settings/pulls)MITPHPPHP ^7.1.3|^8.0

Since Nov 13Pushed 2y ago2 watchersCompare

[ Source](https://github.com/williamcruzme/laravel-notification-settings)[ Packagist](https://packagist.org/packages/williamcruzme/laravel-notification-settings)[ RSS](/packages/williamcruzme-laravel-notification-settings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Notification Settings
=============================

[](#laravel-notification-settings)

 [![Laravel](https://camo.githubusercontent.com/e1b5ced4cca99c5407f334818a8fc5d0da05045d1c737541bdcfbe22f662fec9/68747470733a2f2f62616467656e2e6e65742f62616467652f4c61726176656c2f352e352e782f726564)](https://laravel.com/) [![Laravel](https://camo.githubusercontent.com/14910221eb292258564d5a94249881a4236be0748ee479e5329bd102f4532491/68747470733a2f2f62616467656e2e6e65742f62616467652f4c61726176656c2f362e782f726564)](https://laravel.com/) [![GitHub](https://camo.githubusercontent.com/d55fdae6511ecb112f3e4bbeb7584cdaa414991a45aa6fd8f48061cd3ad25bae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f77696c6c69616d6372757a6d652f6c61726176656c2d6e6f74696669636174696f6e2d73657474696e6773)](https://github.com/williamcruzme/laravel-notification-settings)

laravel-notification-settings is a [Laravel](https://laravel.com/) package that allows you to check the notification settings before send them.

- [Installation](#-installation)
- [Getting Started](#-getting-started)
- [Usage](#-usage)
- [Routes](#-routes)
- [Customizing](#-customizing)

💿 Installation
--------------

[](#-installation)

```
composer require williamcruzme/laravel-notification-settings
```

🏁 Getting Started
-----------------

[](#-getting-started)

### 1. Adding trait

[](#1-adding-trait)

In your user model add the `Notifiable` trait. This trait supports custom guards:

```
