Welzh
Welzh
FFilament
Created by Welzh on 2/4/2024 in #❓┊help
How to customize the url FileUpload uses to fetch a file
Im using Stancl's multitenancy and in the tenant filament enviroment, I have some file upload for images, the uploads I got working, but the preview url gets loaded with the default asset() functionality, can I customize this to use a different way to fetch the files? example: tenant_asset($state) Current url: http://domain.test/storage/01HNT1WMJ3667RZ48B31BD94EV.png Desired url: http://domain.test/tenancy/assets/01HNT1WMJ3667RZ48B31BD94EV.png
5 replies
FFilament
Created by Welzh on 3/2/2023 in #❓┊help
Databse notifications with echo, websocket doesnt receive messages
I set up the database notifications with pusher, the event sends a message successfully to pusher, only the front-end doesnt seem to be receiving these messages, could it be that im missing something?
59 replies