laravel delete image from storage folder destroy controller Storage::disk 5.6 code example
Example: unlink is a directory laravel
$destinationPath = 'your_path';
File::delete($destinationPath.'/your_file');
$destinationPath = 'your_path';
File::delete($destinationPath.'/your_file');