Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...
Finally I could do it XP This is the solution: $query = Series::select(DB::raw('COUNT(*) as total, m...
2nd Round!!! I've been searching and maybe this could work, but doesn't: $query = Series::select('c...
Thanks arcollector! I've tried our code and... it doesn't work :( I've tried this: $modalities = Ser...
The Laravel portal for problem solving, knowledge sharing and community building.
The community