I was creating a new Laravel project and when debugging the errors of a form request, I noticed that my ErrorBag was always empty. Even when in the controller $validat
$validat
In my case, I moved \Illuminate\Session\Middleware\StartSession::class from my web group to the $middleware array.
\Illuminate\Session\Middleware\StartSession::class
$middleware