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?
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?