Hi, all. I have a query builder question. I want the result to be sorted by a field in a related mod...
i wrote similar code to yours on my fresh 5.2 and the session worked. mine doesn't have that perm mi...
what you want is for the whole collection to be ordered by the customer_name, right? i did something...
is your route set correctly? you might be using 'get' for a route that you set as 'post'.
They've updated the docs. to get it to return as array() we'll have to use all(). Applicants::lists(...
your raw query returns an array of objects. a quick ugly way would be to use $books[0]->title; be...
The Laravel portal for problem solving, knowledge sharing and community building.