In my controller I'm trying to delete a record from a table and the only message I get back to the c...
Howdy. I have nested resource controllers, like so: http://example.org/v1/jobs/1/departments My issu...
I have two tables. One is People. The second is Files. Files contains all uploaded files through an...
I'm currently building out a query using Fluent, and it works correctly - but I'd like to run SELECT...
what i need to do is rollback a migration i did a few days ago. is this possible? i've read the docu...
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...
In my Car class I have public function user() { return $this->belongsTo('User'); } public fu...
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...
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...
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