Tools for building sending notifications from Scribe managed entities

1.0.0 2019-07-26 02:46 UTC

This package is not auto-updated.

Last update: 2024-05-02 04:13:45 UTC


README

This package contains libraries used to connect Tempest Tools Scribe enabled entities with Laravel's notification system.

Please see the wiki for more documentation: https://github.com/tempestwf/tempest-tools-raven/wiki

key features

  • All the powers and capabilities of Scribe context sensitive configs now work with your notification system
  • Add notifications to Scribe configs easily with minimal code
  • Auto send notification that have been added to Scribe by adding a middleware to the route
  • Configure the notification from inside the Scribe config
  • Write minimal code to create custom notifications as needed
  • Use our generic notification's out of the box for many applications, preventing the need to write your own notification classes.

Requirements

  • PHP >= 7.1.0

  • "tempest-tools/scribe": "1.0.*"