Skip to main content

All Questions

Tagged with
0 votes
0 answers
373 views

How to update and delete multiple images in laravel?

I want to update and delete multiple images on laravel, the old images will be automatically deleted from storage after the update. And when I click to delete all images and other data are deleted too ...
ken thoriqi's user avatar
-2 votes
1 answer
43 views

getting issue in update query in laravel

Guys i am facing an issue in laravel on update i want to update 2 values in single column but its update only one value i want to update both values please help also please see my code and image link ...
digi soft's user avatar
1 vote
0 answers
47 views

Update Data from 3 or more table from another table (Laravel)?

i have 3 table relation category, subgroup, and k3s, i want dynamic update using select, but when i update category from subgroup, data on k3s cant update, i just want update module_id to table k3s ...
Vieri Lusen's user avatar
1 vote
1 answer
150 views

Image are not showing and cant update my image in laravel

I am doing a project. In this project I want to update name, websit and image field. I want that if a user choose new one then the field upadted otherwise it retains the past value. this works ...
Shoaib Hassan's user avatar