Dimitar
Dimitar
FFilament
Created by Dimitar on 8/22/2024 in #❓┊help
The image path field must be a file of type image/*
This is the code, its simple. The hosting is sitegraund and running php 8.3, im also suspecting it could be hosting issue. The user is also running firefox, and they say it happens both in firefox and chrome. And i cannot replicate the issue with any of them both on local and prod.
6 replies
FFilament
Created by Dimitar on 8/22/2024 in #❓┊help
The image path field must be a file of type image/*
Forms\Components\FileUpload::make('image_path')->directory('venues/upload')->hiddenLabel()
->image(),
Forms\Components\FileUpload::make('image_path')->directory('venues/upload')->hiddenLabel()
->image(),
6 replies
FFilament
Created by Math_syo on 4/9/2024 in #❓┊help
Translatable Builder/Repeater Form Field
Also my routing have {lang} as prefix before each url
18 replies
FFilament
Created by Math_syo on 4/9/2024 in #❓┊help
Translatable Builder/Repeater Form Field
I have unique(slug,lang)
18 replies
FFilament
Created by Math_syo on 4/9/2024 in #❓┊help
Translatable Builder/Repeater Form Field
You should be able
18 replies
FFilament
Created by Math_syo on 4/9/2024 in #❓┊help
Translatable Builder/Repeater Form Field
Yes different menu
18 replies
FFilament
Created by Math_syo on 4/9/2024 in #❓┊help
Translatable Builder/Repeater Form Field
I prefer creating separate page for each language, that way you can have pages for each language with different slug, much simplier
18 replies
FFilament
Created by Pooja on 3/15/2024 in #❓┊help
How to create toggle without any modal filed name
Toggle::make('any_name')->label('');
6 replies
FFilament
Created by Pooja on 3/15/2024 in #❓┊help
How to create toggle without any modal filed name
set its label to empty string?
6 replies
FFilament
Created by Dimitar on 3/12/2024 in #❓┊help
Data for no longer existing block is kept in data
Hey @Dennis Koch any ideas on this one?
2 replies