If you want to learn more about FilamentPHP, you can check out my dedicated course where we'll build practical projects and learn a lot of stuff along the way. Link to the Course: www.udemy.com/course/laravel-filament-admin-panel-course/?couponCode=FILAMENTPHP&referralCode=C35137EA4BE5B1DE7485
hai bro i added render hook and this to to my view blade but is not fired up anything window.addEventListener('DOMContentLoaded', function () { window.Echo.private('App.Models.User.2') .listen('database-notifications.sent', (event) => { console.log('yojojojosss'); const messageSound = new Audio('{{ asset('sounds.mp3') }}'); messageSound.play(); }); }); i just want to play notif sound while databasenotif event fired thx bro
I was looking for something like this. Thank you very much, Tapan! 😊
I'm glad I finally figured this out and addressed your issue
Good job! You are help me to configure broadcast, bcs i forgotten all 🤣
how get neon effect ?
Thanks
how to send notification with sound audio in filament ?
If you want to learn more about FilamentPHP, you can check out my dedicated course where we'll build practical projects and learn a lot of stuff along the way.
Link to the Course: www.udemy.com/course/laravel-filament-admin-panel-course/?couponCode=FILAMENTPHP&referralCode=C35137EA4BE5B1DE7485
A great course, by the way! I already watched it 😃
Thank you so much Claudio, positive reviews like these motivate me to provide more value
what is your use theme?
Codestackr theme
can send noti into mobile
if i want to play sound to when db notif firering
where i can set the file for playing sound
Thx u bro Always have a good content
can u send me u vscode config? i liked this UI
hai bro
i added render hook
and this to to my view blade but is not fired up anything
window.addEventListener('DOMContentLoaded', function () {
window.Echo.private('App.Models.User.2')
.listen('database-notifications.sent', (event) => {
console.log('yojojojosss');
const messageSound = new Audio('{{ asset('sounds.mp3') }}');
messageSound.play();
});
});
i just want to play notif sound while databasenotif event fired
thx bro