Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
I like your backgroud. First, I would suggest you to change the whereHas() into a whereExists(). Tha...
I have two ideas, but I doubt they will work. Auth::user()->id; or even better Auth::id(); Seco...
Instead of accessing Bids via $offers[0]['bids']; use $offers[0]->bids; I don't know if this wi...
I think I got it. You are calling firstOrFail(). This returns a model, not a collection! public func...
The Laravel portal for problem solving, knowledge sharing and community building.