python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to resolve ambiguous error in the query
I am using laravel framework for developing API's ,i have one query that is executed without where condition without any error i need to execute with where condition but it's throwing an error
query
s...
usersuser
Votes: 0
Answers: 1
Laravel Eloquent Builder: Get selected columns
I have a object (Illuminate\Database\Eloquent\Builder) that have a (Illuminate\Database\Query\Builder) inside it. I dump the object and can see this:
The image bellow, is a dd($querybuilder) from the ...

Fernando Annecchini
Votes: 0
Answers: 1
Laravel: How to count number of membership with respect to status and the package purchased
How to count the number of membership with respect to status and the package purchased?
| Membership Status |
| Package Type | Pending | Active | Cancellation ...
xyz
Votes: 0
Answers: 1
How to retrieve records by as a range (As1-As10) in laravel?
is there any possibility to retrieve records as a range.For an example there is a table with column as ref_numbers.Sample values for the ref_numbers are A1,A2,A3,A4....AB1,AB2,AB3,AB4...
I want to re...
Yohan Danushka
Votes: 0
Answers: 1