Support the ongoing development of Laravel.io →
Nertskull

Nertskull

Joined 3 Apr 2015

Statistics

Threads 19
Replies 20
Solutions 5
Articles 0

Auth::user returns model? But does not return accessors (getFooAttribute)?

If someone logs in to my website. And I run the following $user = Auth::user(); return dd($user); I...

0 Likes
0 Replies

Max value on empty table returns Builder not Null

I'm trying to get the max value of a column in the database, so I'm using something like $maxVal = m...

0 Likes
4 Replies
Solved

User randomly getting logged out

I'm having an issue where I can log in as a user. But I will randomly get logged out. I'm using the...

1 Likes
4 Replies

Confused on Validator Class and Requests

I can get validation to work for basic things using a Request and the authorize and rules sections o...

0 Likes
0 Replies

Redirect::back() with two sets of POST data?

Here is my set up. I have page1 that gets a list of all records in a large database. It allows user...

0 Likes
5 Replies
replied 9 years ago

Validator errors not in session?

Found it !! Apparently in 5.2.27 the routes handling changed. Now ALL routes are added to the web mi...

0 Likes
Solved
replied 9 years ago

Validator errors not in session?

So I couldn't figure this out, so I started over. I'm going to document step by step what I just di...

0 Likes
replied 9 years ago

Validator errors not in session?

Allirght, I think I may have found what's causing my problem. But I'm not sure. And I don't know how...

0 Likes
replied 9 years ago

Validator errors not in session?

WrongWay said: ->withErrors($validator->errors()); Nope, still nothing. Its not the object...

0 Likes
replied 9 years ago

Validator errors not in session?

Anyone? I still can't figure this out. I actually have a different laravel project that it all works...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.