karmac
karmac
FFilament
Created by karmac on 11/11/2023 in #❓┊help
FileUpload directory closure
I need to know how can I use directory with closure in file upload. I didn't find any documentation about it
1 replies
FFilament
Created by karmac on 11/10/2023 in #❓┊help
Dynamic directory for FileUpload
I need to set a dynamic path for 'FileUpload', to upload the file to a custom directory created at runtime depending on other fields in the form. Suppose the structure of my files is like this: Category Name / Record Id / File, Category name and new record id are get from the submitted form after saving it.
1 replies
FFilament
Created by karmac on 11/9/2023 in #❓┊help
Route not defined
I defined a custom route in web.php like the following: Route::get('download-file', function () { // download file }); but when accessing it from infolist custom ViewEntry I got always Route [download-file] not defined
4 replies
FFilament
Created by karmac on 11/9/2023 in #❓┊help
Stop chart widget polling
I need to stop polling in my chart widget. How can I do that?
4 replies