deveti
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
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
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
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