.. include:: /Includes.rst.txt .. _start: ================= 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`_ license. :Rendered: |today| .. _Creative Commons BY 4.0: https://creativecommons.org/licenses/by/4.0/ ---- **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** .. toctree:: :maxdepth: 2 :titlesonly: Introduction/Index Installation/Index Configuration/Index Usage/Index Developer/Index Changelog/Index