advanced-eloquent
advanced-eloquent copied to clipboard
A set of advanced Eloquent macros for Laravel
Results
1
advanced-eloquent issues
Sort by
recently updated
recently updated
newest added
There are situations where we want to retrieve a single record from `belongsToMany` relationship. I was able to retrieve the related record using join through pivot table, but not able...