Support the ongoing development of Laravel.io →

4,300 Threads

eloquent eager loading to limit for each post

I saw this thread from 7 years ago and thought I should update the answer. To improve on viquanghoa...

0 Likes
0 Replies

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

unable to fetch data from profile class using user class.

=> Illuminate\Database\Eloquent\Collection {#4087...

0 Likes
2 Replies
Solved

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
2 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 3 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

Bind parameter on DB::select(DB::raw())

Dear Sir, I have some weird about binding parameter using DB::select(DB::raw()). I had tried to use...

0 Likes
2 Replies
Solved

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

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.

© 2024 Laravel.io - All rights reserved.