---
title: "Laravel-style Notification System for TYPO3"
manual: "Laravel-style notification system for TYPO3"
version: "1.4"
source: "Index.rst"
start: true
modified: "2026-09-14T21:25:06+00:00"
---

> [!TIP]
> Use the table of contents in the left panel to navigate.

# Laravel-style Notification System for TYPO3

-   *Extension key:* lex_notifications
-   *Package name:* agencelex/notifications
-   *Version:* release
-   *Language:* en
-   *Author:* Agence Lex
-   *License:* This document is published under the [Creative Commons BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
-   *Rendered:* today

---

**lex_notifications** brings the power, extensibility, and flexibility of Laravel's notification system to the TYPO3 ecosystem.
Any PHP code — a controller, a plugin, a service, a domain model or a php file — can send
a notification to any object that uses the `Notifiable` trait, through any
combination of channels (email, database, Slack, …). The recipient can be a
frontend user, a backend user, a domain model, a POPO, or even an anonymous inline
class: if it uses `Notifiable`, it can receive notifications.

A ready-to-use backend module is included. It lets editors send messages to
frontend users and serves as a practical code sample for dispatching batch
notifications.

---

**Table of Contents**

-   [Introduction](Introduction/Index.html#introduction-1)
-   [Installation](Installation/Index.html#installation-1)
-   [Configuration](Configuration/Index.html#configuration-1)
-   [Backend Module: Web > Notification Messages](Usage/Index.html#backend-module-web-notification-messages)
-   [Developer Reference](Developer/Index.html#developer-reference)
-   [Changelog](Changelog/Index.html#changelog-1)
