Rename Images in Database
User We have a product table in which we have a product title and image name now want to change each image name to product tile with underscrode if space in tile also chage the name in upload folder Assistant You can achieve this in Laravel by iterating over all products, renaming the images in […]