Hi, guys. I have 2 connections to databases with this configuration: /app/config/database.php 'princ...
Hi there, I have an eloquent query that is returning a 'show', and any 'show_ref's relating to it: S...
If I fully specify the keys, is there a difference between hasOne and belongsTo relationships? Or if...
Hello, I am very new to laravel and this error has held me back for the past three hours ErrorExcept...
Hi, If I have something like this: $user = User::with('phones')->find(1); It gives me the user's...
Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...
Parent, Child and Tag are three models. Parent (id, other fileds ....) Child (id, parent_id, tag_id...
Hi I want to search for like which is made by a given user on a given post. I have one Post model as...
What is the diference between find($id) and whereId($id)?
Trying to get my head around the logic for the following. I have 3 images and two static functions....
Hi, do you people advice to use mass assignment? I used it but i see i need to solve al lot of probl...
hi , i have a problem in my project so , when i delete my user his topics doesn't deleted ! and ther...
I have a model that will contain information about a patient, the database migration for that table...
Hi I'm trying to get the values of a table that references 2 tables. my tables looks like this pages...
Hi, I am working on my first application. I created two database tables: "leads" and "...
Hello, For a toy library I try to make a financial app. We have volunteers which can log in and cust...
Hi All, I've been developing a laravel application the last couple months and it's my first ride wit...
Hello, Can anyone please tell me how I can query my table for an email, username and another column...
I am getting the following error when I run an eloquent query: ERROR: operator does not exist: bool...
I have been facing problem for creating a database record using ajax! When i press create event, not...
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