<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sing up Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/sing-up/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/sing-up/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Mar 2022 05:43:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>How to Add Google reCAPTCHA on Sing Up &#038; Sing in page  in Laravel Php framework</title>
		<link>https://www.aiuniverse.xyz/how-to-add-google-recaptcha-on-sing-up-sing-in-page-in-laravel-php-framework/</link>
					<comments>https://www.aiuniverse.xyz/how-to-add-google-recaptcha-on-sing-up-sing-in-page-in-laravel-php-framework/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Fri, 30 Jul 2021 13:38:53 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[blade file]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[reCAPTCHA]]></category>
		<category><![CDATA[sing in]]></category>
		<category><![CDATA[sing up]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15190</guid>

					<description><![CDATA[<p>First let’s go to your laravel project and run this Command on Git Bash Ya TERMINAL Next step we have&#160;to install anhskohbo/no-captcha package for Google reCaptcha code, after install these package we able to generate captcha code in our register and login page. copy below code and paste in your terminal composer require anhskohbo/no-captcha Next <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-add-google-recaptcha-on-sing-up-sing-in-page-in-laravel-php-framework/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-add-google-recaptcha-on-sing-up-sing-in-page-in-laravel-php-framework/">How to Add Google reCAPTCHA on Sing Up &#038; Sing in page  in Laravel Php framework</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="844" height="584" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/recapcth.jpg" alt="" class="wp-image-15192" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/recapcth.jpg 844w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/recapcth-300x208.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/recapcth-768x531.jpg 768w" sizes="(max-width: 844px) 100vw, 844px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your laravel project</strong> <strong>and run this Command on Git Bash</strong> Ya TERMINAL</h3>



<p>Next step we have&nbsp;to install anhskohbo/no-captcha package for Google reCaptcha code, after install these package we able to generate captcha code in our register and login page. copy below code and paste in your terminal</p>



composer require anhskohbo/no-captcha



<figure class="wp-block-image size-large"><img decoding="async" width="483" height="49" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/command.jpg" alt="" class="wp-image-15193" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/command.jpg 483w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/command-300x30.jpg 300w" sizes="(max-width: 483px) 100vw, 483px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="450" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/terminal-1024x450.jpg" alt="" class="wp-image-15194" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/terminal-1024x450.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/terminal-300x132.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/terminal-768x338.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/terminal.jpg 1028w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>Next add below code in provider path in config/app.php path</strong></h3>



Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class,



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="528" height="226" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/app.jpg" alt="" class="wp-image-15195" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/app.jpg 528w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/app-300x128.jpg 300w" sizes="auto, (max-width: 528px) 100vw, 528px" /></figure>



<h2 class="wp-block-heading">Next Set Google SITE KEY SECRET KEY</h2>



<pre class="wp-block-preformatted">Now go to set google secret key and google site key. if you are new user then you have to create from here. go through below link
Please Click Here =&gt; <a href="https://www.google.com/recaptcha/admin/create">https://www.google.com/recaptcha/admin/create</a>
</pre>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="460" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr-1024x460.jpg" alt="" class="wp-image-15197" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr-1024x460.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr-300x135.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr-768x345.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr.jpg 1336w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="463" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr2-1-1024x463.jpg" alt="" class="wp-image-15198" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr2-1-1024x463.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr2-1-300x136.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr2-1-768x347.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sitr2-1.jpg 1359w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">After submit this form you’ll get site key and secret key</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="424" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/site-key-1024x424.jpg" alt="" class="wp-image-15199" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/site-key-1024x424.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/site-key-300x124.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/site-key-768x318.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/site-key.jpg 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">Now go to .env file and add this two Code</h3>



#########Google Recaptcha
 NOCAPTCHA_SITEKEY=your site key
 NOCAPTCHA_SECRET=your secret key



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="535" height="124" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/two.jpg" alt="" class="wp-image-15200" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/two.jpg 535w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/two-300x70.jpg 300w" sizes="auto, (max-width: 535px) 100vw, 535px" /></figure>



<h3 class="wp-block-heading">Next go to Route/web.php and add Auth::routes();</h3>



Auth::routes();



<h3 class="wp-block-heading">Go to Route/web.php</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="967" height="574" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/web.jpg" alt="" class="wp-image-15201" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/web.jpg 967w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/web-300x178.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/web-768x456.jpg 768w" sizes="auto, (max-width: 967px) 100vw, 967px" /></figure>



<h3 class="wp-block-heading">Next go to  Your  Controller.php  &amp; your function and add this Code</h3>



&#8216;g-recaptcha-response&#8217; =&gt; &#8216;required|captcha&#8217;,



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="500" height="230" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/capture25.jpg" alt="" class="wp-image-15202" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/capture25.jpg 500w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/capture25-300x138.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></figure>



<h3 class="wp-block-heading">Next go to Your blade.php file and add below script</h3>



<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
	 {!! NoCaptcha::renderJs() !!}



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="823" height="74" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-4.jpg" alt="" class="wp-image-15203" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-4.jpg 823w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-4-300x27.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-4-768x69.jpg 768w" sizes="auto, (max-width: 823px) 100vw, 823px" /></figure>



<h3 class="wp-block-heading">And last step of the go to Your blade.php file and add google captcha code before the Sing up &amp; Sing In button</h3>



<script src="https://gist.github.com/dharmu9898/c740ceb043a2449212f5a71a2cc57dab.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="828" height="416" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/blad.jpg" alt="" class="wp-image-15204" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/blad.jpg 828w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/blad-300x151.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/blad-768x386.jpg 768w" sizes="auto, (max-width: 828px) 100vw, 828px" /></figure>



<h3 class="wp-block-heading">Now refresh &amp; c cache, v clear  your browser and you can see google captcha code successfully added in your register page.</h3>



<p>Now your TERMINAL This Command</p>



<script src="https://gist.github.com/dharmu9898/93babae24afb6e71204ace5208f4add9.js"></script>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-add-google-recaptcha-on-sing-up-sing-in-page-in-laravel-php-framework/">How to Add Google reCAPTCHA on Sing Up &#038; Sing in page  in Laravel Php framework</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-add-google-recaptcha-on-sing-up-sing-in-page-in-laravel-php-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
