How to get Validation errors as an array of string?

Viewed 5464

I have form which i validate in controller when validate fails i got errors by using $myValidator->errors() which returns object of Messagebag but i want only error messages as an array of string?

1 Answers
Related