Jamie Cee
Jamie Cee
FFilament
Created by Jamie Cee on 10/16/2024 in #❓┊help
Policies for ManageRelatedRecords only
Sadly not, I gave up and just removed that action
7 replies
FFilament
Created by Jamie Cee on 5/2/2025 in #❓┊help
Setting relationship name for attach action
Even when I correct it, still getting same error
8 replies
FFilament
Created by Jamie Cee on 5/2/2025 in #❓┊help
Setting relationship name for attach action
Yeah wrong way round
8 replies
FFilament
Created by Jamie Cee on 5/2/2025 in #❓┊help
Setting relationship name for attach action
Oh wait
8 replies
FFilament
Created by Jamie Cee on 5/2/2025 in #❓┊help
Setting relationship name for attach action
Yeah, I already done that 😬
php artisan make:filament-relation-manager NotifiableUsersResource events display_name
8 replies
FFilament
Created by Jamie Cee on 5/2/2025 in #❓┊help
Setting relationship name for attach action
The table shows fine etc, and it detaches records fine, its literally just the attach action
8 replies
FFilament
Created by Jamie Cee on 4/24/2025 in #❓┊help
Tailwind setup not entirely working
Apologies, just saw these replies, I got it working in the end but I cant actually remember what I done
7 replies
FFilament
Created by Jamie Cee on 4/29/2025 in #❓┊help
extraModalFooterActions
Oh I found it, was looking at the wrong function
cancelParentActions()
cancelParentActions()
5 replies
FFilament
Created by Jamie Cee on 4/29/2025 in #❓┊help
extraModalFooterActions
I've tried calling the unmountAction() function as thats the first thing I found?
5 replies
FFilament
Created by Jamie Cee on 4/24/2025 in #❓┊help
Tailwind setup not entirely working
Fairly confused as tailwinds grid layout etc all seems to work, but certain things dont, yet are set out in the tailwind docs to be correct. I am using 3.4.17
7 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Ah, so that part with the search and user menu at the top, is different to ->topbar(), gotcha
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
No description
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Excellent. Thank you for your help 🙂
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
No description
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Ill give it a go now, just got into work
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Ah, fair haha
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
im guessing the technically, would be unadvisory?
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Currently got
FilamentView::registerRenderHook(
PanelsRenderHook::SIDEBAR_FOOTER,
static fn() => view('filament-panels::components.user-menu'),
);
FilamentView::registerRenderHook(
PanelsRenderHook::SIDEBAR_FOOTER,
static fn() => view('filament-panels::components.user-menu'),
);
And getting: Undefined variable $attributes
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Do I call the user menu render hook as the second param?
18 replies
FFilament
Created by Jamie Cee on 4/11/2025 in #❓┊help
Guidance on custom tab blade views
Wondering if the issue is related to the fact Im trying to use a widget view rather than a table?
5 replies