titoshadow
Change uploaded file permissions
Do you really intend to be useful or are just commenting by the sake of it ?
No offense, but first you question my attempt, then continue randomly questioning.
Yes, chmod is a PHP command, you can check this by yourself.
Finally, I have solved this issue by workaround, setting the file permissions before using it, which is not ideal, but works.
From what I've been able to investigate, it seems "local" storage has this kind of issues with visibility and permissions set.
I think I'm opening an issue on github.
7 replies
Reuse infolist modal from resource on Notification view action
I have found some ppl asking for this in StackOverflow, with no answer 😦 https://stackoverflow.com/questions/78832385/how-to-reuse-a-resource-infolist-method-in-another-resource-in-laravel-filament
9 replies
Reuse infolist modal from resource on Notification view action
Thank you for answering!
I'm talking about using an already created infolist (the one I defined on my ModelResource):
from what you wrote, I understand I would be generating a new empty infolist, right ?
Thats not what I'm asking for.
Instead, I'm talking about something like ExampleResource::getInfolist()
9 replies