Here is how in older version: https://laravel.com/docs/5.6/validation#manually-creating-validators
Nov 12, 2021
5
Level 1
Laravel 5.6, validation errors in session
Hello everyone,
I am new to Laravel and I am using the older version in an application. How can we set the validation errors from $this->validate() in the session ?
I have tried the Validate::make() but still getting "Session is missing expected key [errors]".
Please help!
Thanks
Please or to participate in this conversation.