Hi, I'm using DatabaseTransactions trait to have transactions on tests. I have custom connections on...
Hey all, I have a form being validated that works fine when i'm using $results = $query->get(); b...
How can I use this "SET GLOBAL group_concat_max_len = 1000000;" statement in Laravel 5 ??...
I need to use a join so that I can sort by a column in the joined table. But that join is interferin...
I'm getting totally confused trying to recreate what is a simple task with raw SQL. Basically I have...
I'm trying to set up a single Controller that will be passed a variable name from the route. I'm not...
I've been trying to get this going for a day or so now, and I just can't make sense of this issue. F...
Hi, I am having trouble building a simple query. I have a 3 models Photo, Post and Tag. Tag model is...
Hi everybody! I have a view that shows a list of tasks. Each task has a checkbox that shows if it's...
I'd like to build a feature into my app that allows the user to save filters similar to Atlassian's...
I've tried it too many times but I still can't get it. I am trying to make a custom tour app with la...
I follow this tutorial: https://www.flynsarmy.com/2015/02/creating-a-basic-todo-application-in-larav...
Hello, I am doing a users report page with laravel, and I'm using @if in views to show a error messa...
$leverancier = DB::table('leveranciers') ->where('leveranciersId', '=', $id) ->join...
hello to every one, at first sorry for my bad english. hi to everyone, I have a issues with a route...
The question mark allows to search values in JSONB array: SELECT * FROM tracks WHERE artistnames ? '...
I've got a model for product, and a model for a sale - the product has a price, and the sale has sta...
I'll start by saying i've already consulted the Laravel 4 documentation on Pagination and tried many...
Can any one please help me how to get all column and avg of a column in a single query without using...
Hello, I am trying to build a webshop in laravel 4.2. I am almost done with everything but in the la...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community