WessBechard
WessBechard
FFilament
Created by WessBechard on 5/22/2024 in #❓┊help
getUrl() Method not working on Model
Obviously OrganizationsResource::getUrl() is working 🙂
6 replies
FFilament
Created by WessBechard on 5/22/2024 in #❓┊help
getUrl() Method not working on Model
Oh wow, that's a giant face-palm. Thanks.
6 replies
FFilament
Created by LeChatSoeur on 4/16/2024 in #❓┊help
spatie media User
You're using a form on a panel correct?
6 replies
FFilament
Created by LeChatSoeur on 4/16/2024 in #❓┊help
spatie media User
If you're trying to attach uploads to a model, you're missing the steps where you add that connection. Check here. https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#setting-a-form-model
6 replies
FFilament
Created by WessBechard on 4/12/2024 in #❓┊help
Error on creating record
Ok I figured it out, but it seems like either I'm doing it wrong, or it's a bug. Issue occurs when I try to set the default value for a Select. If I remove the default, it works. Forms\Components\Select::make('currency_type') ->options(['CAD', 'USD']) ->default('CAD') In that example, simply setting the default makes this very unhelpful error message show.
5 replies
FFilament
Created by WessBechard on 4/12/2024 in #❓┊help
Error on creating record
In my form I have one hidden field for an ID, two selects, and the rest are just text. Is there no way to narrow down which it could be?
5 replies