Diogo Gomes
Rich Editor - Expired S3 Images
I'm using the rich editor with images uploads (s3 driver).
I've used these instructions: https://filamentphp.com/docs/3.x/forms/fields/rich-editor#uploading-images-to-the-editor
This works great, when creating the message and in the next few minutes.
It seems that the s3 temporary url is being stored directly on the field. So, it's storing the url with an expiration date 5 minutes (default) after being created.
Shouldn't this work as it is? or do we need to build some kind of regex to regenerate the temporary url and replace it?
Thank you
6 replies
Repeater add new item
I'm implementer a repeater on an HasMany Relation.
And I want the repeater to have the existing items disabled.
But when clicking the "add new" action, to show a new editable item with the submit (save) button.
Is this possible with the repeater?
If not, I will just implement a custom view.
So right now my 2 problems are:
- disabling edit for existing items
- add a submit button to the new item form (when clicking the "add new" action
2 replies
Custom Profile Page for logged in user
So I've followed the docs to create a custom EditProfile page: https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features
But I can't figure out how to do 2 things:
- how to add a link to this page to the sidebar
- make it a regular page instead of being a modal
Thank you
68 replies