bernhard
bernhard
FFilament
Created by FullyLoadedTech on 2/5/2024 in #❓┊help
v4 when
Almost one year has passed. So I wanna up this question 😉 Based on the Roadmap, a lot of tasks are already done. I read somewhere, that v4 will be release after Tailwind V4 Release. Tailwind 4 is already in Beta (Beta 8) and should be on stage in a couple of weeks. So is there a chance, that Filament V4 will be release in this quarter or can we expect it later?
5 replies
FFilament
Created by bernhard on 12/9/2024 in #❓┊help
Notifications not shown on redirect
no, because this is not a livewire component
5 replies
FFilament
Created by a.toma6 on 8/14/2024 in #❓┊help
Undefined variable $unreadNotificationsCount
have you found a solution?
2 replies
FFilament
Created by bernhard on 12/5/2024 in #❓┊help
Action not triggering
Thanks. Its even in the docs. I am so stupid 😄
3 replies
FFilament
Created by jjo63 on 8/16/2024 in #❓┊help
->description() - is it possible to further style?
Dennis Koch already mentioned new HtmlString. As an alternative you can also use your own view where you can use blade components, etc.
->description(fn($record) => view("path.to.your.view", ["record" => $record]))
->description(fn($record) => view("path.to.your.view", ["record" => $record]))
6 replies
FFilament
Created by wazkaz on 8/16/2024 in #❓┊help
Global setting for TextColumn partially working
Are you sure, that its not working? I tried this:
TextColumn::configureUsing(function (TextColumn $textColumn): void {
$textColumn->description("xxx");
});
TextColumn::configureUsing(function (TextColumn $textColumn): void {
$textColumn->description("xxx");
});
And I can see the description "xxx" on all $esources and all RelationManager.
9 replies
FFilament
Created by Kaaiman on 8/16/2024 in #❓┊help
Laravel Octane and Filament
I just wanna mention, that I am using Filament v3.2 and Octane in Laravel 10 without any issues
9 replies
FFilament
Created by bernhard on 8/1/2024 in #❓┊help
Action outside of the panel not showing modals
Thanks!
9 replies
FFilament
Created by bernhard on 8/1/2024 in #❓┊help
Action outside of the panel not showing modals
I am so stupid. That solved this issue. Just one last question: The button isn't styled right. None of these are
->color(Color::Blue)
->color("primary")
->color(Color::Blue)
->color("primary")
9 replies
FFilament
Created by bernhard on 8/1/2024 in #❓┊help
Action outside of the panel not showing modals
🤦‍♂️
9 replies
FFilament
Created by Trauma Zombie on 3/6/2024 in #❓┊help
Nested relation form
In your example, a city belongs to a district and a district belongs to a country. So Country>District>City
19 replies
FFilament
Created by Trauma Zombie on 3/6/2024 in #❓┊help
Nested relation form
In my example, a country has ONE capitalCity of type City and a city has ONE mainDistrict of type District. So Country>City>District
19 replies
FFilament
Created by Trauma Zombie on 3/6/2024 in #❓┊help
Nested relation form
19 replies