Skip to content
Advertisement

Show Image Response Null If image Is Not Submitted In Laravel

I’m Submitting data through postman in Laravel. I need to show the null value if data do not insert during submitting(In JSON response). But It did not show the image in response I need to show an image response also Null

My Store Code is

JavaScript

It is giving a null when any field is blank but if an image is blank I didn’t any response.

For more clear please see attached screenshot

Getting Response Be like

JavaScript

The response I need if the image is also blank

JavaScript

Advertisement

Answer

please use below method to add default set null

// set in your model Screenshots

JavaScript

OR

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement