Fasna
Fasna
FFilament
Created by Fasna on 7/1/2024 in #❓┊help
Filament Page to PDF
thank you, will check on this
5 replies
FFilament
Created by Fasna on 6/28/2024 in #❓┊help
Filament and blade
thank you, it solved my issue .fi-section-header { @apply bg-purple-500; } this one is more helpful
6 replies
FFilament
Created by LibraryITforGood on 5/13/2024 in #❓┊help
Reuse code for afterCreate and afterSave in multiple Resources
Make a Trait and use it across your resources
7 replies
FFilament
Created by d00p on 5/2/2024 in #❓┊help
Custom Page using Forms\Components\Wizard - Using data from one step in the next?
5 replies
FFilament
Created by Oleksandr on 8/7/2023 in #❓┊help
Error When Displaying Aggregated Data in Filament Resource Table
Thank you @Arlind Musliu , you saved my day
5 replies
FFilament
Created by Fasna on 3/20/2024 in #❓┊help
Pagination with Livewire
thank you so much, that fixed the issue
7 replies
FFilament
Created by Fasna on 3/20/2024 in #❓┊help
Pagination with Livewire
No description
7 replies
FFilament
Created by Fasna on 2/13/2024 in #❓┊help
How to set the value of the relationship form based on the parent form?
thank you, that solved the issue I had to enter the relationship name followed by a period and the field name, then it worked.
TextInput::make('title')
->live()
->afterStateUpdated(fn (Set $set, ?string $state) => $set('body.slug', $state))

TextInput::make('slug')
TextInput::make('title')
->live()
->afterStateUpdated(fn (Set $set, ?string $state) => $set('body.slug', $state))

TextInput::make('slug')
Assume the body is relationship name
5 replies
FFilament
Created by Fasna on 12/20/2023 in #❓┊help
Multiple databases and panels
will check on that
4 replies