deveti
deveti
FFilament
Created by deveti on 6/1/2025 in #❓┊help
Example of using chart in custom widget
I am baffled on how to implement a chart in a custom widget. I am trying to create a chart with different filteres and some additional output of data in the widget. I can not find an example on how to initilize a chart in my custom widget blade template.
2 replies
FFilament
Created by deveti on 5/19/2025 in #❓┊help
Admin panel register with verifyEmail
When user registers I would like to redirect it to verify email page - I can do that with RegistrationResponse. But if user manually enters the /admin part he gets 403 error. Is there a way, to force redirect user to email verification page if his email is not verifed when he logs in? Thanks!
19 replies
FFilament
Created by deveti on 6/18/2023 in #❓┊help
Spatie Translatable
7 replies
FFilament
Created by deveti on 5/28/2023 in #❓┊help
Nested page (parent page)
I have a resource Page which has id, title, body and parent id. I would like to create a form, where I can select a "parent" page to the new resource. I I would like to have 2 levels of pages: Main page - Sub page Should I go another path, or is it possible to do this with parent_id and belongTo relationship? Thank you for your help.
4 replies
FFilament
Created by deveti on 5/25/2023 in #❓┊help
Creating new resource button stopped working on all resources
10 replies
FFilament
Created by deveti on 5/24/2023 in #❓┊help
Spatie media library file name in form when uploaded
Hi! I am using spatie-media-library for document uploads (images and pdfs) to my entities. For the table column I have created a custom table field and works great. But on create/edit forms, when you attach files, it first shows their original names, and once they are uploaded it changes to the generated names. I would like to keep displaying the original file name. Is this possible? Thank you. #spatie-media-library
3 replies