'Laravel 8 - How to programmatically create notification classes
I have a system with >60 notification classes and growing which I would like to switch from individual files to a generic factory create method such that they can be defined in the database and created dynamically.
Has anyone done this before? Is it possible to define them at runtime?
Thanks for any pointers :-)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
