Skip to content

Tag: notifications

OneSignal push notification with PHP

I’m using onesignal first time. I have already spent too much time on R&D. But output is almost zero. So here I go with my requirements. I have a website. iOS app of the site and Android app too. Just like whatsapp or facebook. When user logged in any of the above, user should get webpush notificati…

Laravel: HTML in notification

I’m using the default notification system (Laravel 5.3) to send an email. I want to add HTML tags in message. This does not work (it displays the strong tags in plain text): I know it’s normal because text is displayed in {{ $text }} in the mail notification template. I tried to use the same syste…