My jquery file has data that I need in my next page, the problem is I don't know how to redirect to...
I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...
I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...
Most examples go something like this: return Redirect::to('register')->withErrors($validator); H...
I read everywhere that in model validation is best practice, but I don't know how to handle a failed...
I save in session in js file, I stringify because its an array and you can only send string. session...
Trying to read out the Session in my blade file doesn't work for some reason. Any ideas?
Works nicely, Thanks!
I used window.location.replace('/') its the best I can do with the constraints, I'm deviating somewh...
I found the solution myself, here is it return $validator->errors()->toArray(); EZ PZ, workin...
The Laravel portal for problem solving, knowledge sharing and community building.
The community