vrij
vrij
FFilament
Created by vrij on 5/8/2024 in #❓┊help
PHP 8.2.1310.48.4Method Filament\Forms\Components\Wizard\Step::completedIcon does not exist.
Thank you
8 replies
FFilament
Created by vrij on 5/8/2024 in #❓┊help
PHP 8.2.1310.48.4Method Filament\Forms\Components\Wizard\Step::completedIcon does not exist.
3.0
8 replies
FFilament
Created by codeartisan on 4/7/2024 in #❓┊help
Create an email like table using filament
how are you storing emails?
5 replies
FFilament
Created by KEANUH on 3/13/2024 in #❓┊help
Two widgets differents in the same row
Hi, I'm not an expert but i've done this before by creating seperate classes for each stat and then creating a stat class where i load in multiple statclasses like this:
protected function getStats(): array
{
return array_merge([], ...array_map(fn($statInstance) => $statInstance->getStats(), $this->statsInstances));
}
protected function getStats(): array
{
return array_merge([], ...array_map(fn($statInstance) => $statInstance->getStats(), $this->statsInstances));
}
6 replies
TLCTuto's Laravel Corner
Created by Stefan on 3/4/2024 in #💡filament
form builder
you can do this with a ->multiple() in a select form field
3 replies