ba_mbi_07
reordering is not working if table has uuid primary column
I have a table with a UUID as the primary key and an integer column for positions. While trying to reorder the positions in my resource, I've encountered an issue where the reordering is not working
Is there any solution for this?
8 replies
getting issue in repeater while generating dynamic field
this is my repeater field
I have a select field where users can choose a field type. Based on the selected field type, the form dynamically generates different types of fields. The code successfully generates the fields, but there is an issue when I choose a specific field type (e.g., text field), enter some data into the generated text field, and then choose a different field type from the select field. In this case, the data I entered in the text field before changing the field type is still retained. This issue occurs when the fields are located inside a repeater the code works fine if fields are outside repeater
4 replies
fileupload issue preview issue
i have set APP_URL=http://127.0.0.1:8000 in .env and i have also done php artisan storage:link
And uploading image like this
but while previewing i am getting this error 404 not found error
16 replies