Jeff
Jeff
FFilament
Created by D2RTECH on 2/12/2024 in #❓┊help
Getting a 403 when deployed on hosted server on hostinger
Does the rest of the app work? Are you on a VPN? Hostinger (depending on hosting level) DOES block some IPs.
10 replies
FFilament
Created by dennis_de on 10/18/2023 in #❓┊help
Relation Manager: Tab Title?
@dennis_de - I just got my admin panel working again and tested. The $title is the attribute you want.
14 replies
FFilament
Created by Jeff on 10/18/2023 in #❓┊help
Admin Panel Missing Resources Suddeny
The next part was 'composer dump-autoload'
8 replies
FFilament
Created by Jeff on 10/18/2023 in #❓┊help
Admin Panel Missing Resources Suddeny
Perfect score! I don't know how I missed those. I guess I didn't search the right terms. Interestingly, when I remove them, it throws a "not found" error. They must be registered somewhere. I'll keep digging. Thank you.
8 replies
FFilament
Created by Jeff on 10/18/2023 in #❓┊help
Admin Panel Missing Resources Suddeny
I tried removing the resources and re-creating them with Generate and still no result. BUT If I create "FakeResource" it DOES appear in the list. (It doesn't work of course since it's not real)
8 replies
FFilament
Created by dennis_de on 10/18/2023 in #❓┊help
Relation Manager: Tab Title?
Sorry - I missed the word "tab" - and my admin panel isn't loading so I can't see what I did. Did you try the "ModalLabel"?
14 replies
FFilament
Created by noOne on 10/18/2023 in #❓┊help
Filament performance
FWIW - I'm running HERD and sitting at 11MB right now, with a fairly empty project (data-wise) but with 13 resources.
84 replies
FFilament
Created by dennis_de on 10/18/2023 in #❓┊help
Relation Manager: Tab Title?
No description
14 replies
FFilament
Created by dennis_de on 10/17/2023 in #❓┊help
App\Actions\ResetStars (or another) Example?
From reading the code, they're not part of Filament. They're your custom actions, hence the "1use App\Actions\Star" at the top.
7 replies
FFilament
Created by Jon Mason on 10/17/2023 in #❓┊help
multi-tenancy - tenant relationship on every single table?
Is this a case of using "hasOneThrough" or "hasManyThrough"? I haven't hit this exact situation, but it feels about right. https://laravel.com/docs/10.x/eloquent-relationships#has-many-through
4 replies
FFilament
Created by Kerchack on 8/31/2023 in #❓┊help
Assign current team when User is created
@Kerchack - Any additional details or hints would be great. I can do this from ADMIN when adding a user, but how to do it on a public registration page?
14 replies
FFilament
Created by Jeff on 10/12/2023 in #❓┊help
TimePicker - Prevent end before start with JS timepicker
Thanks for jumping in though! Maybe the casts are important in the timepicker too!
8 replies
FFilament
Created by azar7304 on 10/4/2023 in #❓┊help
TimePicker twenty four hours
Funny, the javascript timepicker defaults to 24h, and I was hoping to reverse it (12 h)
5 replies
FFilament
Created by Cyborgmatt on 9/23/2023 in #❓┊help
Duplicate queries with navigation badges + multi-tenancy
@Cyborgmatt From my testing, it seems to do this on first load for all the Teams/Tenants the user belongs to. And then caches it.
5 replies
FFilament
Created by Cyborgmatt on 9/23/2023 in #❓┊help
Duplicate queries with navigation badges + multi-tenancy
Just curious if you solved this? I just looked at the DebugBar and see the same thing. Rather ineffecient. Trying to run the query as 'return Filament::getTenant()->users->count();' causes a warning about n+1 and eager loading, which seems odd.
5 replies
FFilament
Created by Sanjaya on 10/9/2023 in #❓┊help
Searching individually
12 replies
FFilament
Created by Sanjaya on 10/9/2023 in #❓┊help
Searching individually
The docs say it's simply: ->searchDebounce(500)
12 replies
FFilament
Created by Jeff on 10/9/2023 in #❓┊help
Add/Set Value of Tenant ID when saving
Amazing - Your example worked perfectly.
20 replies
FFilament
Created by Jeff on 10/9/2023 in #❓┊help
Add/Set Value of Tenant ID when saving
Got me on the right track anyway! Which is important. Such a silly thing to get stuck on.
20 replies
FFilament
Created by Jeff on 10/9/2023 in #❓┊help
Add/Set Value of Tenant ID when saving
Looks about right - I'll give this a try. The hidden field "works" but I don't like it. Thanks for your help!
20 replies