This is basically what I am wanting to do: Locations::where('location_id', '=', $location_id)->re...
Hello all, I have some model called location, which describe a location, (say the eiffel tower). Thi...
I'm currently using Eloquent for my database queries, but when an user logs off I want to get a tota...
Hi guys, I'm trying to find the best way to implement the following. I have a Client of a given Sect...
Hi guys! I would really love to be able to to include milliseconds to the time fields in my models....
I'm trying to use Eloquent to perform the following query during a database seed: SELECT * FROM...
Dear All, I have a problem like that. // First, I created one to many relation for Post and PostCate...
Hi there, I am trying to integrate jQuery dataTables in my Laravel project but I can't seem to be ab...
Hello, I'm working on a filtering system, where I need to find users which have certain properties d...
Hey guys, In my application I have some images that belong to some articles. These are shown perfect...
I am attempting to convert a mm-dd-yyyy date from jquery-ui datepicker to a sql timestamp. My mutato...
Now i have product and productcategory table, and i want to show data from product and productcatego...
I have a query and I have no idea how to simplify it or make sure it's correctly escaping data. I w...
Hello, Lets say I have a list of Users. Each user has a created_at timestamp. What I want is: List...
Hello! I'm trying to get "full_name" from the users table in the lists function like this:...
I have 2 tables: [CUSTOMERS] id, full_name, company_id [COMPANIES] id, company_name I already create...
Throughout querying my database with the queries as the one below; Model::with('first','second','thi...
I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...
Hi community, Does anyone know how to deal with n-ary relationships ? I managed to create a pivot ta...
Hi, I would like to know what the best way is to retrieve data from my database with the following s...
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