Liam
Liam
FFilament
Created by Liam on 10/26/2024 in #❓┊help
Filament: panelLayout('grid') on SpatieMediaLibraryFileUpload
No description
4 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
For anyone facing this issue, I used Laravel Breeze with Livewire Volt. Simply remove 'navigate: true' from the auth classes, and everything should work smoothly.
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
I have a feeling that it has something to do with this: https://github.com/filamentphp/filament/discussions/9007
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
I use the default Laravel login screen from Breeze and removed filemant's login screen, could that be the issue? That it is using the css/scripts from the previous request
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
I don't use any custom JS myself
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
I only used SpatieLaravelTranslatablePlugin, and a few other plugins
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
Or is this if you want to write a package yourself?
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
Euh no I never used this before, do I need to register the plugins I used there?
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
I don't use the ->spa mode btw
15 replies
FFilament
Created by Liam on 9/10/2024 in #❓┊help
UI Glitch on First Page Load When Redirecting to Filament Panel
No description
15 replies
FFilament
Created by Liam on 8/30/2024 in #❓┊help
Rich editor: Remove or style image captions, size etc.
No description
5 replies
FFilament
Created by mathioud on 11/23/2023 in #❓┊help
Select Field: Group Category options based on level of category
Is there a solution for this?
3 replies
FFilament
Created by Liam on 7/17/2024 in #❓┊help
Get tenant on a custom NavigationItem
my bad haha
9 replies
FFilament
Created by Liam on 7/17/2024 in #❓┊help
Get tenant on a custom NavigationItem
Ah yes it works thanks!
9 replies
FFilament
Created by Liam on 7/17/2024 in #❓┊help
Get tenant on a custom NavigationItem
No description
9 replies
FFilament
Created by Lars on 5/27/2024 in #❓┊help
Notification not working
Maybe try to wrap the notification in a DOMContentLoaded event listener
18 replies
FFilament
Created by Liam on 2/2/2024 in #❓┊help
Filament::getTenant()
I want to bump this post; I see a lot of people that use
Filament::getTenant()
Filament::getTenant()
through their app, but I can't seem to find the check if the user actually still has access through the request; For example, when they have access to someone else's tenant id, can they manipulate the request?
4 replies
FFilament
Created by Matt on 12/8/2023 in #❓┊help
Refresh repeater items after save form
Well, took me a while but I identified the issue... When you always eager load the relationship on a model it causes this issue:
/**
* The relationships that should always be loaded.
*
* @var array
*/
protected $with = ['influencerAccounts'];
/**
* The relationships that should always be loaded.
*
* @var array
*/
protected $with = ['influencerAccounts'];
When I removed this it worked perfectly again.
20 replies
FFilament
Created by Matt on 12/8/2023 in #❓┊help
Refresh repeater items after save form
For some reason I am unable to reproduce it in the issue project..
20 replies
FFilament
Created by Matt on 12/8/2023 in #❓┊help
Refresh repeater items after save form
Sorry wasn't aware of the rule
20 replies