Groli
Groli
FFilament
Created by Groli on 7/28/2024 in #❓┊help
Why can't I attach record to HasMany - BelongsTo relationship through relation manager?
I wanted to attach person to room through relation manager but got this error when trying to do so: Call to undefined method Illuminate\Database\Eloquent\Relations\HasMany::getQualifiedRelatedKeyName(). Thanks for any help!
5 replies
FFilament
Created by Groli on 7/26/2024 in #❓┊help
Can not get filament views working in 404 view file
No description
7 replies
FFilament
Created by Groli on 7/23/2024 in #❓┊help
How can I change filament panel title to SVG logo? Is it possible?
I think the title is self explanatory. Thanks for any help in advance!
4 replies
FFilament
Created by Groli on 7/22/2024 in #❓┊help
How would you make primary file chooser out of list of files?
Hello, I have a question about how to choose primary file out of multiple files from a FileUpload? I need to choose primary image in my case and I'm not sure which approach would fit the best. Do you have any experience doing this? Thanks for any suggestions in advance!
4 replies
FFilament
Created by Groli on 7/20/2024 in #❓┊help
How can you close notification from ActionGroup that is inside its actions?
As explained in the title... If I try to use ->close(), it will only close the action group popup, not the notification? Is it possible to the do? Thanks for any help in advance.
4 replies
FFilament
Created by Groli on 7/19/2024 in #❓┊help
Possible bug in communication with livewire while passing data through dispatch?
No description
14 replies
FFilament
Created by Groli on 7/14/2024 in #❓┊help
How and where to create listener for notification dispatch button event?
Where should put the listener? I tried searching for some examples but was unable to find anything. Thanks for any help in advance...
4 replies
FFilament
Created by Groli on 6/23/2024 in #❓┊help
Is it possible to create new Action Modal anywhere in code, if so, how?
I want to prompt user if the submitted data is missing for example som keyword required with a modal. Can it be done?
5 replies
FFilament
Created by Groli on 6/22/2024 in #❓┊help
How to add custom html text or just insert HTML Entities inside hintIcon tooltip
Textarea::make('data')
->hintIcon('heroicon-m-question-mark-circle', tooltip: new HtmlString('Gender &rarr; M/Z, M/Ž, M/F<br>Birthday &rarr; DD. MM. RRRR, DD. MM., DDMM'))
...
Textarea::make('data')
->hintIcon('heroicon-m-question-mark-circle', tooltip: new HtmlString('Gender &rarr; M/Z, M/Ž, M/F<br>Birthday &rarr; DD. MM. RRRR, DD. MM., DDMM'))
...
I tried doing this but it just resulted in this but it was inserted as is in the string without applying those attributes...
3 replies
FFilament
Created by Groli on 6/21/2024 in #❓┊help
Adding navigation inside cluster to CreateRecord page
I want to add navigation (as is in ListRecords page) to CreateRecord page, is it possible?
5 replies
FFilament
Created by Groli on 6/4/2024 in #❓┊help
How can you customize record title on attach action
No description
12 replies