If someone logs in to my website. And I run the following $user = Auth::user(); return dd($user); I...
I'm trying to get the max value of a column in the database, so I'm using something like $maxVal = m...
I'm having an issue where I can log in as a user. But I will randomly get logged out. I'm using the...
I can get validation to work for basic things using a Request and the authorize and rules sections o...
Here is my set up. I have page1 that gets a list of all records in a large database. It allows user...
Found it !! Apparently in 5.2.27 the routes handling changed. Now ALL routes are added to the web mi...
So I couldn't figure this out, so I started over. I'm going to document step by step what I just di...
Allirght, I think I may have found what's causing my problem. But I'm not sure. And I don't know how...
WrongWay said: ->withErrors($validator->errors()); Nope, still nothing. Its not the object...
Anyone? I still can't figure this out. I actually have a different laravel project that it all works...
The Laravel portal for problem solving, knowledge sharing and community building.