Welzh
Welzh
FFilament
Created by Welzh on 2/4/2024 in #❓┊help
How to customize the url FileUpload uses to fetch a file
Ive tried the following:
FileUpload::make('logo')
->getUploadedFileUsing(function($file){
return tenant_asset($file);
}),
FileUpload::make('logo')
->getUploadedFileUsing(function($file){
return tenant_asset($file);
}),
Only this seems to return [Object object], even though the output is the correct URL
5 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
well, it does work on production, so I guess ill leave it like this 😆
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
Hi yes I had it enabled! thanks
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
I will check, do you have any resources / tips on how to? 😊
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
yeah nothing is happening in here
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
No description
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
Added them, they give a 403 though
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
Yeah thats installed!
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
No description
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
hmm
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
(im logged in as user 2 rn, instead of user 3 when I sent the pusher screenshot)
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
No description
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
found this in the source
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
Yeah seems like its not subscribing but it is connecting
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
No description
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
No description
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
strange
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
Again the same, it sends it sucessfully to pusher, with the new channel, only the f/e doesnt receive the message
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
That should be correct right? seeing that in pusher it uses channel private-App.Models.User.3
59 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
It does have this one already set up in the project:
Broadcast::channel('App.Models.User.{id}', function ($user, $id) {
return (int) $user->id === (int) $id;
});
Broadcast::channel('App.Models.User.{id}', function ($user, $id) {
return (int) $user->id === (int) $id;
});
59 replies