Support the ongoing development of Laravel.io →

3,325 Threads

Querying Polymorphic Relationship in Global Scope

I have a 'projects' table that has a polymorphic relationship with a 'departments' table that allows...

0 Likes
1 Replies

Why Laravel model observer doesn't work??

<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminat...

0 Likes
1 Replies

Eloquent Relationship

i'm trying to get an authenticated user document shares with their relation in laravel $totalDocShar...

0 Likes
1 Replies

How can I merge two eloquent queries in laravel?

I am making laravel project. There is need to merge two complex eloquent queries, not query result....

0 Likes
1 Replies

Does not laravel eloquent have query like WhereNotHas?

I want to distinguish 2 queries when one field is null or not null. Let me see one table named 'repo...

0 Likes
0 Replies

Laravel query with subqueries and foreach

I wanna to show common users verified, not out of date and unbanned: a) all songs b) songs by title...

0 Likes
1 Replies

Help converting SQL to Eloquent

I'm trying to convert an SQL Query to a relationship in Eloquent, and having great difficulty. This...

0 Likes
0 Replies

Problem to store data <input type="hidden" ......

This works when entering data to database in the form: <tr> <td>{{_('Longitude')}}&...

0 Likes
0 Replies

SASS app where to save each users data?

Hi all, I’ve recently been playing around with Larvel and building a sample project to try and wrap...

0 Likes
0 Replies

Custom scopes on many to many pivot table

I have a many to many relation between User and Task. The pivot table acts as an "Inbox" v...

0 Likes
0 Replies

Laravel 7.30.4 : BelongsToMany problem

Since I made the Laravel 7.30 .4 update, when I make an eloquent BelongsToMany request, the results...

0 Likes
0 Replies

Best table name

Simple question: which is the best table name (to use with eloquent) for a counter between authors a...

0 Likes
1 Replies

Laravel with Firebase

We had question for everyone who is using Laravel. What you think about using Google Firebase's Clou...

0 Likes
1 Replies
posted 4 years ago

Cast json column

Is there a way to cast a json column key? For example I have a payload json column and the payload h...

0 Likes
2 Replies

Can you please tell me how to write such queries ?

I have this $NUMBER = 496354; // vagprice::where('NUMBER', $NUMBER)->get(); // no results vag...

0 Likes
1 Replies

Preencher outros campos ao utilizar o select2

Bom dia meus caros Dev's. Em um projeto do dia-a-dia me deparei com a necessidade de buscar os dados...

0 Likes
0 Replies

whereYear with timezone

Good morning everyone, i have a small problem with the "whereYear" query. In the backend t...

0 Likes
1 Replies

Hasmany With Sum but Whats The Variable Name?

Invoices Model: public function items(){ return $this->hasMany('\App\InvoiceItems','invoice_id','...

0 Likes
0 Replies

Best practice model notifications choosing recipient

hi there, i would like to collect some recommendations here. i am facing something very common, i gu...

0 Likes
0 Replies

How to write product filter query in Laravel

Can someone please guide me on how I can write this below query in laravel by using eloquent ORM and...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.