Tuim
Tuim
FFilament
Created by kagchi on 4/5/2025 in #❓┊help
tabs on relation manager position start, is that possibe?
Ah Isee, I dont think that is possible out of the box. Not 100% sure though. You can always publish and override the view add your own classes
13 replies
FFilament
Created by kagchi on 4/5/2025 in #❓┊help
tabs on relation manager position start, is that possibe?
Please elaborate a bit more, I think what you want is a bit unclear.
13 replies
FFilament
Created by Hightower on 2/19/2025 in #❓┊help
Deployer - File / Directory Permissions
Ah I dont provision with deployer
6 replies
FFilament
Created by vahnmarty on 2/26/2025 in #❓┊help
Is Filament v3 compatible with Laravel 12?
https://github.com/filamentphp/filament/releases/tag/v3.3.0 was released with Laravel 12 support 😉
11 replies
FFilament
Created by Hightower on 2/19/2025 in #❓┊help
Deployer - File / Directory Permissions
I found we didn't have to change anything? What issue/error are you running into?
6 replies
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