<?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>laravel auth Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/laravel-auth/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/laravel-auth/</link>
	<description>Code Solution</description>
	<lastBuildDate>Fri, 09 Apr 2021 06:37:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>laravel auth Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/laravel-auth/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Laravel 8 Auth Login and Registration</title>
		<link>https://codeplaners.com/laravel-8-auth-login-and-registration/</link>
					<comments>https://codeplaners.com/laravel-8-auth-login-and-registration/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 08:00:20 +0000</pubDate>
				<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Laravel 8]]></category>
		<category><![CDATA[Install laravel]]></category>
		<category><![CDATA[laravel auth]]></category>
		<category><![CDATA[Laravel CRUD]]></category>
		<category><![CDATA[Laravel Install]]></category>
		<category><![CDATA[laravel login]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=475</guid>

					<description><![CDATA[<p>This post was last updated on April 9th, 2021 at 06:37 amLaravel 8 php artisan make:auth command not work show error for Laravel 8 command</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/laravel-8-auth-login-and-registration/">Laravel 8 Auth Login and Registration</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on April 9th, 2021 at 06:37 am</p><p>Laravel 8 php artisan make:auth command not work show error</p>
<pre class="brush: php; title: ; notranslate">
C:\xampp2\htdocs\blog&gt;php artisan make:auth


  Command &quot;make:auth&quot; is not defined.

  Did you mean one of these?
      make:cast
      make:channel
      make:command
      make:component
      make:controller
      make:event
      make:exception
      make:factory
      make:job
      make:listener
      make:mail
      make:middleware
      make:migration
      make:model
      make:notification
      make:observer
      make:policy
      make:provider
      make:request
      make:resource
      make:rule
      make:seeder
      make:test
</pre>
<h2>for Laravel 8 command</h2>
<pre class="brush: plain; title: ; notranslate">
composer require laravel/ui
php artisan ui vue --auth
php artisan migrate
</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/laravelauth.jpg" ><br />
<img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/laravellogin.jpg" ></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/laravel-8-auth-login-and-registration/">Laravel 8 Auth Login and Registration</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/laravel-8-auth-login-and-registration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
