JohnnyC
JohnnyC
FFilament
Created by JohnnyC on 10/5/2023 in #❓┊help
Action : Modal don't show
Oh nice, thank you so much!
6 replies
FFilament
Created by JohnnyC on 10/5/2023 in #❓┊help
Action : Modal don't show
I tried and same result
6 replies
FFilament
Created by JohnnyC on 8/3/2023 in #❓┊help
Call auth()->user() from NavigationItems
Thank you guys ! I just read the discussions, thank you for these instructive exchanges 👍
15 replies
FFilament
Created by JohnnyC on 4/19/2023 in #❓┊help
Use another client that Pusher with Websocket
Ok nice ! It seems to work, thank you 🙂 I will test in depth when I can. Perhaps it should be added in the documentation ?
10 replies
FFilament
Created by JohnnyC on 4/19/2023 in #❓┊help
Use another client that Pusher with Websocket
@mmte_ I did not find a solution and I left aside for the moment. Yes, from echo.js there is hard-coded a Pusher URL :
function Fe(t) {
return "ws-" + t + ".pusher.com"
}
function Fe(t) {
return "ws-" + t + ".pusher.com"
}
Can be a solution : https://laravel.com/docs/10.x/broadcasting#using-an-existing-client-instance
10 replies