Tip
Use the table of contents in the left panel to navigate.
Lex Notifications
- Extension key
-
lex_notifications
- Package name
-
lex/notifications
- Version
-
1.1
- Language
-
en
- Author
-
Agence Lex
- License
-
This document is published under the Creative Commons BY 4.0 license.
- Rendered
-
Thu, 03 Sep 2026 08:25:27 +0000
lex_notifications brings a Laravel-style notification system to TYPO3 13.4+.
Any PHP class — a controller, a plugin, a service, or a domain model — 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, an email address, 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