DitIsMik
DitIsMik
FFilament
Created by DitIsMik on 8/21/2023 in #❓┊help
When using ->markdown on TextEntry in a infolist white spaces are not rendering
12 replies
FFilament
Created by DitIsMik on 8/21/2023 in #❓┊help
When using ->markdown on TextEntry in a infolist white spaces are not rendering
Sure! Will create it this afternoon currently at work 🙂
12 replies
FFilament
Created by DitIsMik on 8/21/2023 in #❓┊help
When using ->markdown on TextEntry in a infolist white spaces are not rendering
12 replies
FFilament
Created by DitIsMik on 8/21/2023 in #❓┊help
When using ->markdown on TextEntry in a infolist white spaces are not rendering
12 replies
FFilament
Created by DitIsMik on 8/15/2023 in #❓┊help
Using enum in infolists
Ah yes thanks
5 replies
FFilament
Created by DitIsMik on 8/11/2023 in #❓┊help
Select the team model as default when creating a post in multi tenancy?
Forms\Components\Select::make('team_id') ->options([ Filament::getTenant()->id ]) I have this now but there is probably a better approach for this?
2 replies
FFilament
Created by DitIsMik on 8/8/2023 in #❓┊help
Easy way to update background color of the panel?
thanks!
6 replies
FFilament
Created by DitIsMik on 7/28/2023 in #❓┊help
Is it possible to give a linear-gradient to a color option on the panel instance in V3?
Thanks
5 replies
FFilament
Created by DitIsMik on 7/28/2023 in #❓┊help
Is it possible to give a linear-gradient to a color option on the panel instance in V3?
The goal I want to reach here is to have a gradient for the background of the primary button
5 replies
FFilament
Created by AlexAnder on 7/26/2023 in #❓┊help
filament v3.0.0-alpha121
have you tried running composer update with all dependencies?
composer update -W
composer update -W
10 replies
FFilament
Created by DitIsMik on 6/28/2023 in #❓┊help
Re-usable matrix fields
thanks
4 replies
FFilament
Created by DitIsMik on 6/28/2023 in #❓┊help
Re-usable matrix fields
Ah cool, thats what I need 🙂
4 replies
FFilament
Created by michelbeausaert on 3/7/2023 in #❓┊help
How can I change the styling of input labels.
^^
5 replies
FFilament
Created by michelbeausaert on 3/7/2023 in #❓┊help
How can I change the styling of input labels.
You can use css on the span tags etc.
5 replies
FFilament
Created by michelbeausaert on 3/7/2023 in #❓┊help
How can I change the styling of input labels.
->label(new HtmlString(“<span>Your html and css here</span> <br>”)
5 replies
FFilament
Created by Eren on 3/5/2023 in #❓┊help
Multiple Dynamic Path for Slug
Str::lower($cityName)?
10 replies