awcodes
awcodes
FFilament
Created by Nicole on 4/27/2025 in #❓┊help
SpatieMediaLibraryFileUpload Uploaded Images Grid
->panelLayout('grid')
5 replies
FFilament
Created by Luiz on 4/25/2025 in #❓┊help
ListCategoryPage stuck on Product model instead of Category
11 replies
FFilament
Created by ish d on 4/24/2025 in #❓┊help
Select searchable and multiple
Share the code. They both should be fine together.
3 replies
FFilament
Created by Alnuaimi on 4/24/2025 in #❓┊help
How to create custom column for display widget in table?
What? Tables don’t have widgets.
12 replies
FFilament
Created by Mikail on 4/19/2025 in #❓┊help
Modal from an extra footer action to bind with modal form?
Sorry guess I’m just not fully following the use case. Is this what you are trying to achieve: https://filamentphp.com/docs/3.x/actions/modals#opening-another-modal-from-an-extra-footer-action
16 replies
FFilament
Created by Mikail on 4/19/2025 in #❓┊help
Modal from an extra footer action to bind with modal form?
According to the docs it should just work without the extra modal actions. https://filamentphp.com/docs/3.x/actions/modals#confirmation-modals
16 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
I like the ladder one because it only has one table in the db and all the roles and permissions are done in the code meaning less db calls on every request. But if you need to be able to manages the roles and permissions in the app via resources then I’d go with shield.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
The Shield plugin is probably the best one out there. But I’ve also started just using this one with policies since filament defaults to policy files. https://github.com/eneadm/ladder
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Yea, but you’ll also need to either remove the database stuff manually or do a migrate fresh.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Permission and roles can be complicated.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
That’s the only thing I can think of as being the cause at the moment.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Something along those lines. Even with a super admin it would depend on if the super admin is run through Gate::before() or Gate::after()
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
I’ve never used that particular permissions plugin, but I’m leaning toward it not knowing about the new resource, ie it probably has a command to regenerate permissions when new resources are created.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
I think the original was probably fine if you did the make:filament-resource command, but your question is about a custom page and not a resource so I’m a little confused.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
And can you show me what’s in the resource folder for it.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Do you have an AanmeldingResource.php?
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Yea. It’s private.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Do you have a repo you could share? Something just isn’t adding up.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Like, the user doesn’t have permission to manage the resource.
55 replies
FFilament
Created by dubayd on 4/23/2025 in #❓┊help
Pages not showing on navigation
Resources and pages are two different things. If the resource isn’t showing then my guess is something with the permissions plugin.
55 replies