Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

How to check Eloquent get() and first() query result


Every time you run query to the database whether using eloquent get() or first() method, it's always a good idea to check the result of the query before doing other things, make sure the result is as we expected and not returning empty.

Category

Category