Skip to content

Validation - Errors always Empty #13313

@maratkh

Description

@maratkh

In the View the variable $errors always empty.
Think becouse

namespace Illuminate\Foundation\Validation;

protected function throwValidationException(Request $request, $validator)
{
throw new ValidationException ($validator, $this->buildFailedValidationResponse(
$request, $this->formatValidationErrors($validator)
));
}

the ValidationException is Depricated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions