GDG
GDG
FFilament
Created by TheNastyPasty on 6/3/2024 in #❓┊help
Is it possible to have label and value beside each other?
Inline works on some fields too 🙂
4 replies
FFilament
Created by TheNastyPasty on 6/3/2024 in #❓┊help
Is it possible to have label and value beside each other?
->inline() is what you are looking for 🙂
4 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Appreciate you x
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Thanks for all of your help mate. Appreciate what you do for us all as a community too. Back to the drawing board for now...
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Yeah, it's a closed system so I "could" tell the users to do so but users do user things...
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Yep, as the main fallback, I would have assumed that it would have taken that
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Thinking of accepting a .zip instead and unzipping locally 😂
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Honestly, just rubber ducking is a big help mate. Don't expect you to try.
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Yep, me too. I think it's just a bug, honestly but you're probably right that it is on Filepond side and not Filament.
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Well, this is local right now running on Herd. I could deploy tomorrow to my actual server and test there but not sure that that will make a difference in all honesty. Did you attempt to replicate the error? Not expecting you to try btw, I appreciate all of your help so far but was just wondering if you had tried on your side.
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
No description
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
No description
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
I have tried all combinations of them individually and all together but I will try this again now.
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
If I change the filetype to anything else, it all just works
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Nope. It immediately errors out as File of Invalid Type in FileUpload and then if I remove all acceptedFileTypes it allows (appears to) the upload but nothing gets added to temporary and upon save, the FileUpload is empty, nothing gets passed to the database and nothing gets uploaded. Everything is standard. Forms\Components\FileUpload::make('header_font_file')->directory('fonts')->visibility('public')->acceptedFileTypes(['application/x-font-ttf', 'font/ttf', '.ttf'])
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
It is a strange one for sure. I don't have issues with any other file type except fonts.
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Nobody else experienced this at all? I’m going to assume it’s a Filament bug and report it 👍
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
Hey @awcodes, I checked this to be application/x-font-ttf but I have tried with many other files of the same type too. it is also the same with .otf
38 replies
FFilament
Created by GDG on 5/20/2024 in #❓┊help
Uploading font files .ttf and .otf
I should note that if I do not set any acceptedFileTypes that the file looks like it passes with FileUpload but it doesn't go into temporary storage and when I save the resource, it doesn't get saved to main directory either.
38 replies
FFilament
Created by rabol on 9/26/2023 in #❓┊help
Link in admin panel
You can set ->homeUrl() in your panel provider.
7 replies