Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Lucassith's avatar

No session data like $errors or _old_input in GET response.

Hi,

I just did the make:auth command and I typed wrong data into the registration form just to check what will happen . There was no information about the errors or old input so I checked the debugbar. Result on pics:

Session POST: http://i.imgur.com/n9xdx4D.png

Session GET (no session data) http://i.imgur.com/lK8RwGv.png

How to send the data to the GET session? Am I doing something wrong?

0 likes
2 replies
kingpabel's avatar
Level 5

please mention which version you are using? if you are using laravel 5.2 you need to use "web" middleware to get error

Lucassith's avatar

Yeah I was missing ShareErrorsFromSession - Thanks! [Laravel 5.2]

Please or to participate in this conversation.