Hi, I have small problem with Laravel framework on shared hosting with phpmyadmin and only ftp acces...
Hi guys, I'm trying to save a custom timestamp "expires_at" in DB, but not working here is...
Hi, I'm working on an API and one of the endpoints has all optional parameters. What I'm trying to d...
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...
Hello eveyone, I am trying to create an application that creates custom tables and columns in my dat...
I am attempting to convert a mm-dd-yyyy date from jquery-ui datepicker to a sql timestamp. My mutato...
I want to use comma as decimal separator on inputs, save it on database and get it later with comma...
Hello Guys, i have a problem to saving the data from my form input array fields to database. i have...
I am working on a project that need to paginate postgresql queries. The problem is that I can't put...
Hi I'm trying to get my head around Laravel so am trying out a pet project idea and have hit a roadb...
I thought these columns got updated automatically but they're not. I don't know what I may be missin...
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...
Hi community, Does anyone know how to deal with n-ary relationships ? I managed to create a pivot ta...
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