I have a record model and status model. Which each record has status can be "approved", &q...
I'm trying to insert records to either two tables or one table depending on if a record exists or no...
For example, you might have a "My Account" section on the frontend for users, and a User E...
Hi, I'm trying to filter my results based on a field value. Some informations Laravel 5.3 postgres...
Hello, I'm trying to get the info from a specific user via a ID in the url. This is my route: Route:...
Hello, i'm new user of laravel and i tried use migrations relationship but it doesn't work. Can you...
Hello folks, Please help me to debug my code below. The problem is that after the upload to the data...
Hello! Please advice me how to connect two tables within database - Company and Employees. First, yo...
As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...
In laravel documentations I vividly see: https://laravel.com/docs/5.3/configuration#environment-conf...
select * from (select * from messages_history order by created_at desc) x WHERE sender_user_id =...
I have a Queue, which I'm trying to insert a job but, getting the following error: Next Illuminate\D...
Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...
Good day: I've been on this for several days and I believe the Eloquent module has unnecessary level...
Hello, I'm using SQLite to run unit tests on Jenkins and am unable to use the 5.2 migrations to crea...
Stuck with old laravel 4.2 project. want to implement dingo like transformers in 4.2 any guidance wo...
How can I get the parent without children with child's eloquent model? Child eloquent: class Product...
How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...
Hi. I don't really have a problem with my app. It works but I want to know why it works.... It sound...
I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...
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