The property or inmueble has several photos, I want to access these fotos, are these two the same?,...
Not literally, of course, well, maybe. But that's neither here nor there. Here's my issue: dd($post-...
Hello! I can't figure out why the mysql query is returning results when it shouldn't, here is the th...
I need some help with a many-to-many relationship using a pivot table that contains natural foreign...
Hello, I have an orderarticles table (The article rows of an order). The selected fields are only to...
From the docs we know that we can filter Eloquent collections after retrieval from database by apply...
I have strange error in my laravel project because, in my machine, everything works fine but, in the...
I'm using the Laravel-MongoDb package with a many to many relationship between "expeditions&quo...
Is there support for extra columns on the pivot table, in the case of polymorphic many to many relat...
Hello, As the topic states, I'm attempting to design my database. I'm trying to plan a rebuild of my...
Hi, I've been looking around and try an error for long time, and I think that it's time to reach out...
I want to have an array of strings as a public member of my Word class (let's call it examples), and...
so i doing eloquent with hasmany relationship like this $jejarings = WilayahCuprimer::with('Cuprime...
Hello! I have four tables: users: id, username roles: id, name domains id, title domainsAssignedRole...
I'm using Laravel-Mongodb with a parent Subjects table (MySql) having a one to one relationship with...
I saw a method in a laravel project that convert the actual date to "xxx minutes ago" {{ $...
I have a USER table, and ITEMS table, and a Likes table. I'm randomly taking 9 items from the Items...
Hello guys. I have a table "post" and the table "post_user." In the table "...
I'm trying to retrieve data from a table called completion_date using Eloquent. My Model name is Com...
I would like to get some data for tables that dont have a directly relation. The context is the foll...
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