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...
I got category_to_news and news_main table category_to_news : news_id (int),name (varchar),title (ti...
Alright so i was using a session earlier and encountered a weird "bug"? so here is my orig...
I have an eloquent class Biblio with relationship as items() to BiblioItem which in turn has relatio...
I need to build a database structure that will allow us to create option sets. These sets then need...
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