Tuim
Tuim
FFilament
Created by SoraKeyheart on 12/17/2024 in #❓┊help
Call to a member function getForeignKeyName() on null
If you stick to the conventions of model classnames, relationship names and the proper column names it should work out without too much hassle. Read up on the documentation here > https://laravel.com/docs/11.x/eloquent-relationships#defining-relationships
7 replies
FFilament
Created by SoraKeyheart on 12/17/2024 in #❓┊help
Call to a member function getForeignKeyName() on null
Eloquent determines the foreign key name by examining the name of the relationship method and suffixing the method name with _id.
7 replies
FFilament
Created by keops_IV on 12/6/2024 in #❓┊help
Customer business logic into Login in Filament 3
Check that original class for methods to overwrite
7 replies
FFilament
Created by keops_IV on 12/6/2024 in #❓┊help
Customer business logic into Login in Filament 3
You can create a custom Login::class that extends the default Login::class from Filament itself
7 replies
FFilament
Created by Ralph Morris on 11/25/2024 in #❓┊help
How to output TextEntry on an edit page.
6 replies
FFilament
Created by Tuim on 11/11/2024 in #❓┊help
Select with live() and searchable()
Hmm, the issue might be circumvented. I need that selector in a repeater and then it works
8 replies
FFilament
Created by Tuim on 11/11/2024 in #❓┊help
Select with live() and searchable()
category isnt actually a field in this case its just a "helper" field to make searching for the final category in sub_category easier
8 replies
FFilament
Created by Tuim on 11/11/2024 in #❓┊help
Select with live() and searchable()
Either way, $valueToSearchFor is always null so I think that is because it isnt actually a property on my model
8 replies
FFilament
Created by Tuim on 11/11/2024 in #❓┊help
Select with live() and searchable()
Yeah it is, I was just trying to make it more clear by removing domain code 😉 Updated my code above
8 replies
FFilament
Created by Tuim on 11/11/2024 in #❓┊help
Select with live() and searchable()
I have a feeling that it might be because the category is not actually a field in my model's data properties?
8 replies