ReactJS send data to laravel back end with google reCAPTCHA validation
#############################
Video Source: www.youtube.com/watch?v=JcIVI-LyHnQ
In this video we are going to send some data from react js app to laravel backend and we are going to validate the data by using google reCAPTCHA v2 I am not robot form. • Github link for this project is https://github.com/mirabdullahsaad/re... • the command line instructions are • To create react app • npx create-react-app front-end • cd front-end • To install packages • npm install --save react-google-recaptcha • npm install --save react-router-dom • npm install --save axios • To create laravel app • laravel new back-end • cd back-end • To install packages • composer require guzzlehttp/guzzle
#############################