Laravel Pro Tips
#notifications #mailables
Laravel Tip 💡 You can use the when() or unless() methods in your MailMessage notifications to set conditional object properties like a call to action.
Philo Hermans
#notifications
🌶️ #Laravel tip: Sometimes you may need to send a notification to someone who is not stored as a "user" of your application. Welcome to On-Demand Notifications in Laravel 🔥 #PHP #Developers
Bilal Haidar - Available 4 Laravel gigs
#slack #discord #notifications
🤖🧠 Want to log errors or user activity to Discord? You can use the Slack driver to send Slack compatible webhooks to Discord!
Lars Klopstra ⬙
Mar 2nd, 2022
#notifications #real-time #broadcast
How to use Laravel WebSockets
In this guide, we will walk you through how to use Laravel WebSockets. We will be using the Laravel WebSockets package which is a great replacement for Pusher.