Are you using Eloquent (the ORM)? If so you'll need to create a model containing a relationship, otherwise you'd be using the query builder to create a join.
Eloquent: http://laravel.com/docs/eloquent#relationships Query Builder: http://laravel.com/docs/queries#joins
I've made it by trial and error. Anyway thank you !
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community