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

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

novu/novu-laravel
=================

Novu for Laravel

1.3.0(2y ago)12204.3k—4.2%8[3 issues](https://github.com/novuhq/novu-laravel/issues)[2 PRs](https://github.com/novuhq/novu-laravel/pulls)MITPHPPHP ^7.3|^8.0|^8.1

Since Jul 21Pushed 2y ago6 watchersCompare

[ Source](https://github.com/novuhq/novu-laravel)[ Packagist](https://packagist.org/packages/novu/novu-laravel)[ Docs](https://novu.co)[ RSS](/packages/novu-novu-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (8)Used By (0)

  ![Logo](https://user-images.githubusercontent.com/2233092/213641043-3bbb3f21-3c53-4e67-afe5-755aeb222159.png)    ![Laravel](https://user-images.githubusercontent.com/1045274/200928533-47539867-07ff-406e-aa8b-25c594652dc8.png)Novu for Laravel
================

[](#novu-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/78779916ae4a7ce81b9151908b8063b78c20c14631c8789bfe8b91399c37b6ae/68747470733a2f2f706f7365722e707567782e6f72672f6e6f76752f6e6f76752d6c61726176656c2f762f737461626c652e737667)](https://packagist.org/packages/novu/novu-laravel)[![License](https://camo.githubusercontent.com/106828767a68dff3de146550367790cf77db53518a393ff6695fabdc064782ef/68747470733a2f2f706f7365722e707567782e6f72672f6e6f76752f6e6f76752d6c61726176656c2f6c6963656e73652e737667)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/916059355e680911c8c682f15a1a81eef050e0bf63f290152b8a8a74183bbc87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f76752f6e6f76752d6c61726176656c2e737667)](https://packagist.org/packages/novu/novu-laravel)

> A package to easily integrate Novu into your Laravel application. Send multi-channel (SMS, Email, Chat, Push, In-App) notifications and embed Notification Centers seamlessly in your app.

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Novu API Reference](https://docs.novu.co/api-reference/)
    - [In-App Notifications](#in-app-notification-center)
    - [Events](#events)
    - [Subscribers](#subscribers)
    - [Topics](#topics)
    - [Activity](#activity)
    - [Integrations](#integrations)
    - [Layouts](#layouts)
    - [Notifications](#notifications)
    - [Notification Templates](#notification-templates)
    - [Notification Groups](#notification-groups)
    - [Changes](#changes)
    - [Environments](#environments)
    - [Feeds](#feeds)
    - [Messages](#messages)
    - [Execution Details](#execution-details)
    - [Tenants](#tenants)
    - [Validate the MX Record setup for Inbound Parse functionality](#validate-the-mx-record-setup-for-inbound-parse-functionality)
- [Configuration](#configuration)
- [License](#license)
- [Novu API Reference](https://docs.novu.co/api/overview/)

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

[](#installation)

[PHP](https://php.net) 7.3+ and [Composer](https://getcomposer.org) are required. Supports ***Laravel 7, 8, 9 and 10*** out of the box.

To get the latest version of Novu Laravel, simply require it:

```
composer require novu/novu-laravel
```

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

[](#configuration)

You can publish the configuration file using this command:

```
php artisan vendor:publish --tag="novu-laravel-config"
```

A configuration file named `novu.php` with some sensible defaults will be placed in your `config` directory:

```
