Brian Kidd
Brian Kidd
FFilament
Created by harps on 7/4/2024 in #❓┊help
Query scoping
Yes the dot notation will force that relationship to eager load
6 replies
FFilament
Created by harps on 7/4/2024 in #❓┊help
Query scoping
One way would be alter the query and define the fields from the pipe model that you want included. There may be a simpler way in filament but this is a way to do it with Eloquent: https://laravel.com/docs/11.x/eloquent-relationships#eager-loading-specific-columns
6 replies
FFilament
Created by Yurikaso on 1/24/2024 in #❓┊help
How do I show the data from the description of another table and not a number?
Does your model have a relationship for this?
33 replies
FFilament
Created by NikkiP on 1/20/2024 in #❓┊help
How to get the record id of the table record when using a query with inner joins.
Do you have relationships defined in your models?
8 replies
FFilament
Created by Treebeard on 1/19/2024 in #❓┊help
Sorting a custom attribute
There may be a way to do this using Filament functionality but I would probably just add a scope to the model that counts the relationship and cast it to a boolean. Filament is performing the sort on the query builder.
3 replies
FFilament
Created by urbycoz on 1/18/2024 in #❓┊help
Searching in a table on a column using a polymorphic relationship
Check this section of the Laravel docs and see if this helps: https://laravel.com/docs/10.x/eloquent-relationships#querying-morph-to-relationships
6 replies
FFilament
Created by JJSanders on 1/13/2024 in #❓┊help
Large import 419
Have you updated your max file upload size on your server?
11 replies
FFilament
Created by KiaBoluki on 1/13/2024 in #❓┊help
how to set max repeat for a repeater
Is there a reason you’re using a repeater rather than the file upload form field? The form field can handles these requirements but there may be a specific reason you’re using the repeater. https://filamentphp.com/docs/3.x/forms/fields/file-upload
6 replies
FFilament
Created by Igor on 1/13/2024 in #❓┊help
Summary with eloquent Accessor is possible ?
I think this column will need to be at the database level that you can add using a addSelect in the query builder or a virtual database column.
3 replies
FFilament
Created by remedix on 1/4/2024 in #❓┊help
Use metronic or any other admin panel with filament ?
Filament is, itself, a panel provider so trying to incorporate it really doesn’t make a lot of sense. Are you trying to move to Laravel? I think you’ll need to create it from scratch in Filament.
12 replies
FFilament
Created by NeerGreeN on 1/2/2024 in #❓┊help
Resource sub-navigation in a modal
@NeerGreeN Give a little more context. Tell us the business case and problem you’re trying to solve. Based on what I’ve read, you probably need to create a custom page to do what you described but I’m not sure. What else can you tell us?
14 replies
FFilament
Created by HGalih on 12/6/2023 in #❓┊help
--generate to use Select Field instead of Text Input for foreign key?
If I remember correctly, I think you need the relationship defined on the model - the foreign key column in the database isn’t enough.
4 replies
FFilament
Created by rabol on 9/21/2023 in #❓┊help
how to make the list page take up the full with
You can add the page width on the list page. Can’t remember the exact static property but it is available.
6 replies
FFilament
Created by nostrodamned on 9/17/2023 in #❓┊help
Thoughts on best practices for a View
I’m not familiar with this plugin but it may be an option for you: https://filamentphp.com/plugins/aymanalhattami-page-with-sidebar
7 replies
FFilament
Created by Matthew on 9/11/2023 in #❓┊help
Issue with UI of Curator
You should post this in the dedicated #curator channel
120 replies
FFilament
Created by Brian Kidd on 9/6/2023 in #❓┊help
Pie Chart wizard has axes by default
Thank you @Vp
5 replies
FFilament
Created by GeRaged | Niklas on 9/1/2023 in #❓┊help
Problem with filament-google-maps
There’s a channel specific to Google maps plugin - #google-maps
5 replies
FFilament
Created by xy on 8/26/2023 in #❓┊help
Add action to sidebar navigation
Try searching this server for navigation action. I thought I saw a post in the last couple of weeks about this. If you haven’t already, take the time and read through all of the documentation. I’ve learned a lot just reading a section at a time
7 replies
FFilament
Created by metelidrissi on 8/26/2023 in #❓┊help
Add button on table next to Edit Delete
So does Inscription model have a relationship with Quotes?
10 replies