Ask Your Question
3

Can Laravel validation rules be used to validate JavaScript objects?

asked 2021-05-09 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-31 11:00:00 +0000

plato gravatar image

No, Laravel validation rules cannot be used to validate JavaScript objects. Laravel validation rules are designed to be used with PHP, on the server-side, while JavaScript runs on the client-side.

To validate JavaScript objects, you can either write custom validation functions or use third-party libraries such as Joi or Yup. These libraries provide a convenient way to define validation schemas for JavaScript objects and validate them.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-09 11:00:00 +0000

Seen: 11 times

Last updated: Jul 31 '21