I need to execute a query with group by. But the group by is not for a field. I need to group by wit...
Hi ! I read that L3 didn't support composite primary key, is it the same for L4.1 ? In my case it's...
Hi all, I created my Laravel project on my local machine using MAMP and Composer. Now I'm ready to m...
Hi, I am trying to create a cart for my e commerce website. For a single user, it's simple, session...
In relationship from the questions I have ask previously, Question 1: Inserting selected fields from...
I would like to have the following models: Employee, Agent, Client. Since half of all the fields and...
Hi there, This was a different thread, but incorrectly titled. Anyway, here's the problem: On our d...
I think I've come up with a fairly clean way to return custom entities from the query builder. I've...
Hello, I have 3 tables ppc_offers, survery_offers,find_offers ( from admin section, i enter data int...
what is the solution of illigel offset type exception in laravel4?.
how we fetch the data from phpmyadmin in laravel4 ?
I am struggling to understand how laravel works and I have a very difficult time with it Model - Use...
Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...
Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...
DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
I have two models with relationship: City and Events. In the controller i have this: $cities = City:...
Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...
Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community