Support the ongoing development of Laravel.io →

4,604 Threads

BindException in Guard.php line 80: Can't contact LDAP server

Hi, i just learned to use laravel and ldap. Currently, I'm creating a web system for employees. I ha...

0 Likes
0 Replies

Laravel unique validation on multiple columns for unique relations

How do I perform a Laravel unique validation on multiple columns for unique relations. One user can...

0 Likes
3 Replies
Solved

get last row on relationship Eloquent Or Query Builder

i want get last post On Tag : 1 - paginate All Tags ( order By created_at ) ( for Example : $blogTag...

0 Likes
0 Replies

Inserting MySQL data with AES_ENCRYPT

I have a table that needs to store confidential data in two BLOB columns. The overall SQL statement...

0 Likes
6 Replies

Property [user] does not exist on this collection instance.

good day all, i hope people here will be able to help me out. i am working on this OAuth login mecha...

0 Likes
0 Replies

I got this error when I add to database. But when I try to another PC theres no error yet. See error below

QueryException in Connection.php line 729: SQLSTATE[HY000]: General error: 1449 The user specified a...

0 Likes
0 Replies

SQLCipher implementation for Laravel

Hey all! I'm developing a Laravel project requiring to secure stored data. Upon analyzing the soluti...

0 Likes
1 Replies

Laravel CRUD - Admin panel Generator

Hi, I am studing laravel and I wuold like to devlop the firt "backend panel" using this fr...

0 Likes
4 Replies

Search where results only if value is not empty

Hello Guys , I have a filter search , and I want to search WHERE , JUST if the value is not empty ....

0 Likes
3 Replies

\App\Model::all() not grabbing more than 15 entries

Hi all, Wanting to grab an entire model to dump in CSV format for a report, however, in this case, u...

0 Likes
0 Replies

Socialite - How can we use the refresh token?

Hi, I have learned how to get a token after the authorization via OAuth 2 providers (like Dropbox, E...

0 Likes
0 Replies

How to update database table when change the Migration ?

If I change the Migration Structure (such like CreatePasswordResetsTable) How I to change the databa...

0 Likes
5 Replies
Solved

Join count group

Lets say I have the following code. $ideas=IdeaUser::join('ideas as idea', 'idea.fk_user_id', '...

0 Likes
5 Replies

laravel select count(b.id) left join group by, table name not format

When I use the code below, error occurs . DB::table('area as a') ->select('a.*', DB::...

0 Likes
0 Replies

[QUESTION] - Laravel 5 authentication with Unreal Engine 4

Has anyone used the Laravel framework with Unreal Engine 4 for authentication purposes?

0 Likes
1 Replies

How to prevent Model::findOrFail sent header

In a RestFul API, I want to handle the exception before sent header. How could I do that?

0 Likes
0 Replies

Encryption question - User specific data encryption

Fellow Laravel-users, I'm looking into encryption through laravel 5.4, and what I would like is to e...

0 Likes
0 Replies

Self model relation

Hi to all. Since I designed my db, I came out with a self related model in my entity relational diag...

0 Likes
0 Replies

Laravel 5 Sort data in Alphabetical Order

What is the best approach to display data in Alphabetical order using Laravel. what is the best way...

0 Likes
1 Replies
Solved

Case-sensitive eager loading and string based foreign key issue

I've a one DataBase(game) where some tables has own prefix and own relations which not related with...

0 Likes
3 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.