#Laravel Tip π₯ Eloquent ORM is very powerful but to be able to make the most of it, it is necessary to perform some good practices to query the database
#laravel#PHP#developers#backend
New in #Laravel v8
If you would like to query for a relationship's existence with a single, simple where condition attached to the relationship query, you may find it more convenient to use the #whereRelation method. For example :
#Laravel#PHP#relationships