Liam
Liam
FFilament
Created by Liam on 4/15/2025 in #❓┊help
Open another form modal from a form modal
Yes this works, thanks!
11 replies
FFilament
Created by Liam on 4/15/2025 in #❓┊help
Open another form modal from a form modal
Same issue unfortunately
11 replies
FFilament
Created by Liam on 4/15/2025 in #❓┊help
Open another form modal from a form modal
No description
11 replies
FFilament
Created by Liam on 4/15/2025 in #❓┊help
Open another form modal from a form modal
But for some reason it doesn't get passed to the view, and I can't figure out why.
11 replies
FFilament
Created by Liam on 4/15/2025 in #❓┊help
Open another form modal from a form modal
public function showTokenAction(): Action
{
return Action::make('showToken')
->modalHeading(__('Your personal access token'))
->modalContent(function () {
return view('filament.pages.actions.token-modal', [
'plainTextToken' => $this->plainTextToken,
]);
})
->modalWidth(MaxWidth::Large);
}
public function showTokenAction(): Action
{
return Action::make('showToken')
->modalHeading(__('Your personal access token'))
->modalContent(function () {
return view('filament.pages.actions.token-modal', [
'plainTextToken' => $this->plainTextToken,
]);
})
->modalWidth(MaxWidth::Large);
}
` I kinda got it working (the modal opens after my initial action form), but the plainTextToken is null in my view. When I do dd($this->plainTextToken) before the "return view()" then it works fine.
11 replies
FFilament
Created by Liam on 2/6/2025 in #❓┊help
Authorization/Policy on an entire cluster
Yes correct, worked! haha
6 replies
FFilament
Created by Liam on 1/30/2025 in #❓┊help
Move position of Relationship Manager
Works! Thanks a lot 🙂
7 replies
FFilament
Created by Liam on 1/30/2025 in #❓┊help
Move position of Relationship Manager
No description
7 replies
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