How to Remove Old Images of Users in Laravel?

How to Remove Old Images of Users in Laravel?

Uploading Profile Image of Users Click

Step 1. Go to app/Http/Controllers/HomeController.php file and define the deleteOldImage function.

Step 2. Use Storage class file.

Step 3. Write the success message code within home.blade.php file.

After uploading new Profile Image, the old one Image would be deleted from storage file.