Laravel validation rule for JSON object
Clash Royale CLAN TAG#URR8PPP
Laravel validation rule for JSON object
Is it possible to make validation rule for JSON object in Laravel? I'm using Laravel 5.6 version.
email
"status": "", // required
"merge_fields":
"FNAME": "", // required
"LNAME": "", // required
"ADDRESS": "",
"PHONE": ""
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
how you are sending it to laravel? share that code?
– C2486
Aug 22 at 3:09