Laravel-style Notification System for TYPO3 

Extension key

lex_notifications

Package name

agencelex/notifications

Version

1.4

Language

en

Author

Agence Lex

License

This document is published under the Creative Commons BY 4.0 license.

Rendered

Mon, 14 Sep 2026 21:25:06 +0000


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