The Beauty of Laravel's Notification System
Europe’s Leading Laravel Conference Blind-bird Tickets 2020 Available https://laracon.eu/2020/tickets
Every modern web application has notifications of some kind. This could be an email that informs the user about a new product, a notice on a dashboard that says a friendship request was accepted, a message on Slack that tells you about a successful build and so on. Laravel has a built-in notification system that makes all these tasks as simple as it can get. Let me show you how it works, how it …