Mohamed Hesham
Mohamed Hesham
FFilament
Created by Mohamed Hesham on 10/20/2024 in #❓┊help
Conditional hidden field with javascript
Hi I have a field with conditional hidden property
->hidden(fn (Get $get): bool => $get('video_type') != 'file')
->hidden(fn (Get $get): bool => $get('video_type') != 'file')
This is a custom field which need javascript to render the field correctly But the javascript never runs
7 replies
FFilament
Created by Mohamed Hesham on 10/12/2024 in #❓┊help
Stop uploading file to my server when using bunny video streaming
I am using Bunny to store videos (it's something like Vimeo). When I upload the video, it uploads first to my machine by livewire, then I handle it to be uploaded to bunny after submitting I don't want to upload files to my machine before uploading to bunny, as they can be too large Also, how to show upload progress while submitting?
20 replies