Broadcast Pusher Notifications
Hi,
I need to implement pusher notification on filament, and I have this:
config/app.php
`
config/filament.php
`
BroadcastServicProvider.php
`
.env
`
My send notification:
`
And I have this error on chrome console:
Request URL: http://site.local/api/v1/broadcasting/auth 404 Not Found
What is missing?
4 Replies
try with that : 'authEndpoint' => '/broadcasting/auth',
Hi guys, I started a website these days, anda after finish the frontend with translations for multiple languages, i installed filament, like the other 20 times.....
I don't have translations....
I already published the translations, but nothing happened
any tip?