I have built a business application using Laravel that utilizes several very large datasets. There i...
Hello community, I try to get data via one model from two different tables, so I want to change the...
How can I try to using cache for all of Eloquent query. Example: $users = User::remember(10)->get...
what is best way to make cms and database with laravel 4? Simple cms where users change page content...
Hello All, So I have some weirdness happening. I'm trying to do a search on a track database that I...
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...
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...
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 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...
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