@martinbean i am newbie to laravel, and trying to join two tables where vendors table contains foreign key service id reference to other table services which has pk and service name, i wanna get all vendors details along with service name.
I spent time in learning laravel query builder, only thing i didn't get is it's join mechanism..