<?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>The Code Developer</title>
	<atom:link href="https://www.thecodedeveloper.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thecodedeveloper.com/</link>
	<description>The Code Developer is a Programming Blog.</description>
	<lastBuildDate>Wed, 30 Oct 2019 09:02:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>How To Install Yii With XAMPP On Windows Using Composer</title>
		<link>https://www.thecodedeveloper.com/install-yii-with-xampp/</link>
					<comments>https://www.thecodedeveloper.com/install-yii-with-xampp/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Wed, 06 Feb 2019 17:34:48 +0000</pubDate>
				<category><![CDATA[Composer]]></category>
		<category><![CDATA[Yii]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=2811</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1000" height="262" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Yii With XAMPP On Windows Using Composer" decoding="async" fetchpriority="high" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-442x116.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-768x201.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></div>
<p>In this tutorial we will show you how to Install Yii With XAMPP On Windows Using Composer step by step. Yii uses Composer, a dependency management tool, as the officially supported method for installation. Through Composer it&#8217;s simple and easy to installing latest Yii 2.0 version by running a single command. To Install Yii With XAMPP On Windows Using Composer, [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-yii-with-xampp/">How To Install Yii With XAMPP On Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1000" height="262" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Yii With XAMPP On Windows Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-442x116.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-768x201.png 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></div><p>In this tutorial we will show you <strong>how to Install Yii With XAMPP On Windows Using Composer</strong> step by step. Yii uses Composer, a dependency management tool, as the officially supported method for installation. Through Composer it&#8217;s simple and easy to <strong>installing latest Yii 2.0 version </strong>by running a single command.</p>
<p>To <strong>Install Yii</strong> With XAMPP On Windows Using Composer, follow the below given steps:</p>
<ol>
<li><a href="#what-is-yii">What Is Yii?</a></li>
<li><a href="#server-requirements">Server Requirements</a></li>
<li><a href="#install-xampp">Install XAMPP</a></li>
<li><a href="#install-composer">Install Composer</a></li>
<li><a href="#install-yii">Installing Yii</a></li>
<li><a href="#configuring-the-host">Configuring the Host File in Windows</a></li>
</ol>
<p>Let’s get started:</p>
<h2 id="what-is-yii">#1. <strong>What Is Yii?</strong></h2>
<p>Yii is an incredibly reliable, well-designed, high-performing framework for PHP, similar to CakePHP or Laravel.</p>
<p>Currently, there are two Yii 2.0 application templates available:</p>
<ul>
<li>Basic Application Template – a basic frontend application template.</li>
<li>Advanced Application Template – consisting of a frontend, a backend, console resources, common (shared code), and support for environments.</li>
</ul>
<p>In this article we will describe how to <strong>install Yii with the Basic Project Template</strong>.</p>
<div class="bs-shortcode-alert alert alert-info">
<p>The Basic Project Template is fit for developing 90 percent of Web applications. If you are a beginner to Yii, we highly recommended use to the Basic Project Template.</p>
</div>
<h2 id="server-requirements">#2. Server Requirements</h2>
<p>Before Install Yii using Composer make sure following requirements are enabled and installed on your machine:</p>
<p>1) The minimum PHP version required should be 5.4 or greater. For it we will install XAMPP on Windows.</p>
<h2 id="install-xampp">#3. Install XAMPP</h2>
<p>First thing you need to do is <a href="https://www.apachefriends.org/index.html" target="_blank" rel="noopener noreferrer">download the latest version of XAMPP</a> that supports PHP 7.3.1 and Install it on Windows. For more details, see our step by step guide on <a href="https://www.thecodedeveloper.com/how-to-install-xampp-on-windows/" target="_blank" rel="noopener noreferrer">How To Download And Install XAMPP On Windows</a>.</p>
<h2 id="install-composer">#4. Install Composer</h2>
<p>The next thing you need to do Install Composer On Windows With XAMPP. This process will take another 5-10 minutes. For more details, see our step by step guide on:</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/" target="_blank" rel="noopener noreferrer">How to Install Composer On Windows With XAMPP</a></p>
<p>To check the composer installation, Type the following command in command prompt:</p>
<pre class="brush: plain; title: ; notranslate">composer</pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/write-composer-for-execute-the-command/" rel="attachment wp-att-4038"><img decoding="async" class="aligncenter size-full wp-image-4038" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png" alt="write composer for execute the command" width="996" height="524" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png 996w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-442x233.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-768x404.png 768w" sizes="(max-width: 996px) 100vw, 996px" /></a></p>
<h2 id="install-yii">#5. Installing Yii2.0 Basic Application Template via composer</h2>
<p>To install Yii, First of all, you have to go <code>C:/xampp/htdocs</code> directory, to navigate it type following command in your command prompt:</p>
<pre class="brush: plain; title: ; notranslate"> cd c:/xampp/htdocs </pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/navigate-to-htdocs-folder/" rel="attachment wp-att-4046"><img decoding="async" class="aligncenter size-full wp-image-4046" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png" alt="navigate to htdocs folder" width="995" height="199" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png 995w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-442x88.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-768x154.png 768w" sizes="(max-width: 995px) 100vw, 995px" /></a></p>
<p>Now we are ready to install Yii, run the following command to install latest Yii version:</p>
<pre class="brush: plain; title: ; notranslate">

composer create-project --prefer-dist yiisoft/yii2-app-basic yiiproject

</pre>
<p><span style="text-transform: initial;">After running this command it should start downloading dependencies that are required to create the Yii project.</span><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/installing-yii2-0-using-composer/" rel="attachment wp-att-4215"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4215" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer.png" alt="Installing-Yii2.0-using-composer" width="998" height="523" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer-442x232.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer-768x402.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a></p>
<p>This installation may take a few minutes after executing the above command, so wait until you get success message like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/installed-yii2-0-using-composer/" rel="attachment wp-att-4217"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4217" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer.png" alt="" width="998" height="419" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer-442x186.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer-768x322.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a></p>
<p>It installed Yii2 framework to a folder named <strong>yiiproject</strong> inside the <code>C:/xampp/htdocs</code>directory, you can use your own directory name in place of <strong>yiiproject</strong> (last part in the above command).</p>
<p>When it completed, it will create following directory schema:</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/yii-directory-structure/" rel="attachment wp-att-4221"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4221" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure.png" alt="Yii Directory Structure" width="1057" height="528" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure.png 1057w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure-442x221.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure-768x384.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure-1024x512.png 1024w" sizes="auto, (max-width: 1057px) 100vw, 1057px" /></a></p>
<p>Now everything is ready, start the Apache server using the XAMPP control panel.</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/restart-xampp-control-panel/" rel="attachment wp-att-4228"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4228" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel.png" alt="restart xampp control panel" width="974" height="490" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel.png 974w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel-442x222.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel-768x386.png 768w" sizes="auto, (max-width: 974px) 100vw, 974px" /></a></p>
<p>Finally your Yii2 basic application is now ready, type this URL <code>http://localhost/yiiproject/web/</code> in your browser and press enter.</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/you-have-successfully-created-your-yii-powered-application/" rel="attachment wp-att-4223"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4223" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application.png" alt="You have successfully created your Yii-powered application" width="1295" height="541" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application.png 1295w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application-442x185.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application-768x321.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application-1024x428.png 1024w" sizes="auto, (max-width: 1295px) 100vw, 1295px" /></a></p>
<h2 id="configuring-the-host">#6. Configuring the Host File in Windows</h2>
<p>If you want to customize the local browser addresses for your site. To do this, we need to configure a Virtual Host in XAMPP for a Yii project and in this example we want to configure the domain <strong>localhost.yiiproject.com</strong> for our project. To do so, edit <strong>httpd-vhosts.conf</strong> file which is located within <code>C:\xampp\apache\conf\extra\httpd-vhosts.conf</code></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: plain; title: ; notranslate"> 

# VirtualHost for localhost.yiiproject.com
 
&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;C:/xampp/htdocs/yiiproject/web&quot;
    ServerName localhost.yiiproject.com  
    &lt;Directory &quot;C:/xampp/htdocs/yiiproject/&quot;&gt;
      Options Indexes MultiViews FollowSymLinks
      AllowOverride All
      Require all granted
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;

</pre>
<p>After this, apache server is listening to <strong>localhost.yiiproject.com</strong> connections, but we have to configure our hosts file that allows to redirect <strong>localhost.yiiproject.com</strong> to the localhost , to do so, edit the <strong>hosts</strong> file which is located within <code>C:\Windows\System32\drivers\etc</code></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: plain; title: ; notranslate"> 
127.0.0.1 localhost
127.0.0.1 127.0.0.1
127.0.0.1 localhost.yiiproject.com
</pre>
<p>After set up Virtual Host in XAMPP, restart the Apache server using the XAMPP control panel, then you can use this URL <strong>localhost.yiiproject.com </strong>in your browser.</p>
<h4>Final Words</h4>
<p>That’s it! I hope this article helped you learn to How To Install Yii With XAMPP On Windows Using Composer.</p>
<p><strong><em>Please feel free to comment below, your suggestion and problems if you face – we are here to solve your problems.</em></strong></p>
<p>The post <a href="https://www.thecodedeveloper.com/install-yii-with-xampp/">How To Install Yii With XAMPP On Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/install-yii-with-xampp/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Laravel with XAMPP on Windows Using Composer</title>
		<link>https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/</link>
					<comments>https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Tue, 29 Jan 2019 22:04:10 +0000</pubDate>
				<category><![CDATA[Composer]]></category>
		<category><![CDATA[Laravel]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=3966</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1201" height="401" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Laravel With Xampp on Window Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png 1201w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-442x148.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-768x256.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-1024x342.png 1024w" sizes="auto, (max-width: 1201px) 100vw, 1201px" /></div>
<p>In this article we will give you a step-by-step guide on how to install Laravel with XAMPP on Windows Using Composer. Through Composer it’s simple and easy to install Laravel with XAMPP. # Server Requirements Since we want to work with the latest version of Laravel 5.6, make sure your server meets the following requirements: PHP &#62;= 7.1.3 [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/">How to install Laravel with XAMPP on Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1201" height="401" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Laravel With Xampp on Window Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png 1201w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-442x148.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-768x256.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-1024x342.png 1024w" sizes="auto, (max-width: 1201px) 100vw, 1201px" /></div><p>In this article we will give you a step-by-step guide on how to <strong>install Laravel with XAMPP on Windows</strong> Using Composer. Through Composer it’s simple and easy to <strong>install Laravel with XAMPP</strong>.</p>
<h2># Server Requirements</h2>
<p>Since we want to work with the latest version of Laravel 5.6, make sure your server meets the following requirements:</p>
<ul>
<li>PHP &gt;= 7.1.3</li>
<li>OpenSSL PHP Extension</li>
<li>PDO PHP Extension</li>
<li>Mbstring PHP Extension</li>
<li>Tokenizer PHP Extension</li>
<li>XML PHP Extension</li>
<li>Ctype PHP Extension</li>
<li>JSON PHP Extension</li>
</ul>
<p>For more information, you can check the Server Requirements from <a href="https://laravel.com/docs/5.6#installation" target="_blank" rel="noopener">Laravel official site</a>.</p>
<h2># Install XAMPP</h2>
<p>First thing you need to do is <a href="https://www.apachefriends.org/index.html" target="_blank" rel="noopener">download the latest version of XAMPP</a> that supports PHP 7.3.1 and Install it on Windows. For more details, see our step by step guide on <a href="https://www.thecodedeveloper.com/how-to-install-xampp-on-windows/" target="_blank" rel="noopener">How To Download And Install XAMPP On Windows</a>.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/download-xampp/" rel="attachment wp-att-4021"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4021" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp.png" alt="" width="1013" height="537" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp.png 1013w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp-442x234.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp-768x407.png 768w" sizes="auto, (max-width: 1013px) 100vw, 1013px" /></a></p>
<h2 id="composer"># Composer</h2>
<p>Once you have downloaded and installed XAMPP on Windows, then you need to do is Download Composer for Windows and Install it. For more details, see our step by step guide on <a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/" target="_blank" rel="noopener">How to Install Composer On Windows With XAMPP</a>.</p>
<p>Laravel utilizes Composer to manage its dependencies. It must installed before setting up Laravel.</p>
<p>Once you successfully installed the Composer, open the command prompt. To open it, press <strong>Win + R</strong> keys <span class="-id-__lh--2rKGN">on</span> the <span class="-id-__lh--2rKGN">keyboard</span>, type in <strong><span class="-id-__lh--2rKGN">cmd</span></strong> and press the <strong><span class="-id-__lh--2rKGN">OK</span></strong><span class="-id-__lh--2rKGN -id-__lhp--2mibf"> </span>button</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/open-command/" rel="attachment wp-att-817"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-817" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/open-command.jpg" alt="open command" width="650" height="288" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/open-command.jpg 650w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/open-command-442x196.jpg 442w" sizes="auto, (max-width: 650px) 100vw, 650px" /></a></p>
<p>Then type <strong>composer</strong> and press enter in the command prompt and you will get following response like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/write-composer-for-execute-the-command/" rel="attachment wp-att-4038"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4038" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png" alt="" width="996" height="524" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png 996w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-442x233.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-768x404.png 768w" sizes="auto, (max-width: 996px) 100vw, 996px" /></a></p>
<h2 id="install-laravel-framework"># Install Laravel Framework</h2>
<p>To install Laravel, First of all, you have to go <strong>C:/xampp/htdocs </strong>directory<strong>, </strong>to navigate it type following command in your command prompt:</p>
<pre class="brush: plain; title: ; notranslate">

cd c:/xampp/htdocs

</pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/navigate-to-htdocs-folder/" rel="attachment wp-att-4046"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4046" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png" alt="" width="995" height="199" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png 995w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-442x88.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-768x154.png 768w" sizes="auto, (max-width: 995px) 100vw, 995px" /></a></p>
<p>Now we are ready to install Laravel, run the following command to install latest Laravel version:</p>
<pre class="brush: plain; title: ; notranslate">

composer create-project --prefer-dist laravel/laravel laravelproject

</pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/command-to-install-laravel-using-composer/" rel="attachment wp-att-4050"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4050" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer.png" alt="" width="998" height="199" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer-442x88.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer-768x153.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a><span style="text-transform: initial;">After running this command it should start downloading dependencies that are required to create the Laravel project.</span></p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/start-downloading-dependencies/" rel="attachment wp-att-4127"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4127" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies.png" alt="start downloading dependencies for laravel" width="1000" height="493" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies-442x218.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies-768x379.png 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></p>
<p>This installation may take a few minutes after executing the above command, so wait until you get success message like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/completed-downloading-dependencies/" rel="attachment wp-att-4139"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4139" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies.png" alt="completed downloading dependencies for Laravel" width="1000" height="390" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies-442x172.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies-768x300.png 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></p>
<p>After executing this command, it create a folder <strong>‘laravelproject</strong><strong>‘ </strong>under <strong>C:/xampp/htdocs </strong>directory with all it&#8217;s dependency.</p>
<p>When it completed, it will create following directory schema:</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/laravel-directory-schema/" rel="attachment wp-att-4055"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4055" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema.png" alt="" width="1021" height="434" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema.png 1021w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema-442x188.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema-768x326.png 768w" sizes="auto, (max-width: 1021px) 100vw, 1021px" /></a></p>
<h2 id="xampp-virtual-host"># XAMPP Virtual Host</h2>
<p>We need to configure a Virtual Host in XAMPP for a Laravel project and in this example we want to configure the domain <strong>localhost.laravelproject.com</strong> for our project. To do so, edit <strong>httpd-vhosts.conf</strong> file which is located within <strong>C:\xampp\apache\conf\extra\httpd-vhosts.conf</strong></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: php; title: ; notranslate">

# VirtualHost for localhost.laravelproject.com

&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;C:/xampp/htdocs/laravelproject/public&quot;
    ServerName localhost.laravelproject.com  
    &lt;Directory &quot;C:/xampp/htdocs/laravelproject/&quot;&gt;
      Options Indexes MultiViews FollowSymLinks
      AllowOverride All
      Require all granted
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;
</pre>
<p>After this, apache server is listening to <strong>localhost.laravelproject.com</strong> connections, but we have to configure our hosts file that allows to redirect <strong>localhost.laravelproject.com</strong> to the localhost , to do so, edit the <strong>hosts</strong> file which is located within <strong>C:\Windows\System32\drivers\etc</strong></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: plain; title: ; notranslate">

127.0.0.1 localhost
127.0.0.1 127.0.0.1
127.0.0.1 localhost.laravelproject.com

</pre>
<p>Now everything is ready, restart the Apache server using the XAMPP control panel and type this URL <strong>http://localhost.laravelproject.com</strong> in your browser and press enter.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/run-laravel-project/" rel="attachment wp-att-4130"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4130" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project.png" alt="run laravel project" width="1294" height="562" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project.png 1294w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project-442x192.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project-768x334.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project-1024x445.png 1024w" sizes="auto, (max-width: 1294px) 100vw, 1294px" /></a></p>
<h2>Final Words</h2>
<p>That’s it! I hope this article helped you learn to how to install Laravel with XAMPP Using Composer.</p>
<p><strong><em>Please feel free to comment below, your suggestion and problems if you face – we are here to solve your problems.</em></strong></p>
<p>The post <a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/">How to install Laravel with XAMPP on Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/feed/</wfw:commentRss>
			<slash:comments>21</slash:comments>
		
		
			</item>
		<item>
		<title>C++ program to print Floyd&#8217;s triangle</title>
		<link>https://www.thecodedeveloper.com/cpp-program-to-print-floyds-triangle/</link>
					<comments>https://www.thecodedeveloper.com/cpp-program-to-print-floyds-triangle/#respond</comments>
		
		<dc:creator><![CDATA[Aastha Tyagi]]></dc:creator>
		<pubDate>Fri, 25 Jan 2019 12:55:16 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[triangle]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=3942</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="998" height="524" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="C++ program to print Floyd&#039;s triangle" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle-442x232.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle-768x403.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></div>
<p>In this article write a <strong>C++ Program to print Floyd's triangle. </strong> This Program first takes the numbers of rows and uses nested for loops to <strong>print Floyd's triangle</strong>.</p>
<p>The post <a href="https://www.thecodedeveloper.com/cpp-program-to-print-floyds-triangle/">C++ program to print Floyd&#8217;s triangle</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="998" height="524" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="C++ program to print Floyd&#039;s triangle" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle-442x232.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle-768x403.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></div><p>In this article write a <strong>C++ Program to print Floyd&#8217;s triangle. </strong> This Program first takes the numbers of rows and uses nested for loops to <strong>print Floyd&#8217;s triangle</strong>.</p>
<h2>C++ Program to print Floyd&#8217;s triangle</h2>
<pre class="brush: cpp; title: ; notranslate">
//C++ program to print Floyd's triangle

#include &lt;iostream&gt;
using namespace std;

int main()
{
    int rows, num = 1;

    cout &lt;&lt; &quot;Enter number of rows: &quot;;
    cin &gt;&gt; rows;

    // outer loop is responsible for row
	for(int i = 1; i &lt;= rows; i++)
    {
        
		//inner loop is responsible for columns
		for(int j = 1; j &lt;= i; j++)
        {
            
			// printing number 
		    cout &lt;&lt; num &lt;&lt; &quot; &quot;;
            num++;
        }
        
		// give line breaks after ending every row
        cout &lt;&lt; endl;
    }

    return 0;
}
</pre>
<h3>When the above C++ program is compile and run, this will produce the following result:</h3>
<p><a href="https://www.thecodedeveloper.com/cpp-program-to-print-floyds-triangle/cpp-program-to-print-floyds-triangle-2/" rel="attachment wp-att-3970"><img loading="lazy" decoding="async" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle.png" alt="C++ program to print Floyd&#039;s triangle" width="998" height="524" class="aligncenter size-full wp-image-3970" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle-442x232.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/cpp-program-to-print-floyds-triangle-768x403.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a></p>
<p>The post <a href="https://www.thecodedeveloper.com/cpp-program-to-print-floyds-triangle/">C++ program to print Floyd&#8217;s triangle</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/cpp-program-to-print-floyds-triangle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable Gutenberg and Keep the Classic Editor in WordPress</title>
		<link>https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/</link>
					<comments>https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 18:21:34 +0000</pubDate>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Editor]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=3730</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1460" height="730" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png 1460w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-442x221.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-768x384.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-1024x512.png 1024w" sizes="auto, (max-width: 1460px) 100vw, 1460px" /></div>
<p>Are you looking for a solution how to disable Gutenberg and keep the classic WordPress editor on your WordPress site ? Now the Gutenberg is default editor in WordPress version 5.0. It simply means Gutenberg WordPress editor replaced the classic WordPress editor. But still many WordPress users are not ready to use it and want to know how to [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/">How to Disable Gutenberg and Keep the Classic Editor in WordPress</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1460" height="730" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png 1460w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-442x221.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-768x384.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-1024x512.png 1024w" sizes="auto, (max-width: 1460px) 100vw, 1460px" /></div><p>Are you looking for a solution <span style="text-transform: initial;"><strong>how to disable Gutenberg and keep the classic WordPress editor on your WordPress site ? </strong>Now t</span><span style="text-transform: initial;">he Gutenberg is default editor in WordPress version 5.0. It simply means Gutenberg WordPress editor replaced the classic WordPress editor. </span></p>
<p><span style="text-transform: initial;">But still many WordPress users are not ready to use it and want to know <strong>how to keep the classic editor on my WordPress site?</strong> In this article we will explain you how to easily disable Gutenberg and keep the classic editor in WordPress.</span></p>
<h2 id="what"><span style="color: #f53477;">What is Gutenberg?</span></h2>
<p>Gutenberg is the project name for the new WordPress block editor, which replaced the WordPress TinyMCE editor as the default WordPress editor in WordPress 5.0<em>. </em>When you open the new WordPress editor for the first time you’re obviously looking for the interface we have all grown habituated to.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/gutenberg-editor/" rel="attachment wp-att-3764"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3764" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor.png" alt="" width="1174" height="515" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor.png 1174w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor-442x194.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor-768x337.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor-1024x449.png 1024w" sizes="auto, (max-width: 1174px) 100vw, 1174px" /></a></p>
<h2></h2>
<p>While the Gutenberg editor offers an exciting new post and page editing experience. <span style="text-transform: initial;">The entire editing experience has been rebuilt for media rich pages and posts.</span></p>
<h2><span style="color: #f53477;">Why Disable the Gutenberg Editor in WordPress?</span></h2>
<p>There are a few reasons that you may want to disable the WordPress Gutenberg editor for now:</p>
<ul>
<li>You love to work with Classic editor and don’t want to learn a new interface.</li>
<li>Your manage sites for clients and you don’t want to force them to learn a new interface.</li>
<li>You don&#8217;t familiar with the block editor and not going to be ready for the new editor.</li>
</ul>
<h2><span style="color: #f53477;">Disable Gutenberg and Keep the Classic Editor in WordPress</span></h2>
<p>Let’s take a look at how to easy to disable Gutenberg until you’re not ready for it and keep the classic editor your WordPress site. You can disable the Gutenberg editor entirely or selectively phase it in—the choice is entirely yours.</p>
<h4 id="install-classic-editor-plugin"><span style="color: #f53477;">Method 1 – Install the Classic Editor WordPress Plugin</span></h4>
<p>For this method, we will be using the Classic Editor plugin which is developed and maintained by the core WordPress contributors.</p>
<h5>Step 1: Install And Activate The Plugin</h5>
<p>To get started, first you need to install the <a title="Classic Editor" href="https://wordpress.org/plugins/classic-editor/" target="_blank" rel="noopener nofollow">Classic Editor</a> by going to <strong>Plugins → Add New </strong>and searching for it by name <strong>Classic Editor</strong> , Then click on <strong>Install Now</strong> and activate the plugin.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/install-classic-editor-plugin/" rel="attachment wp-att-3826"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3826" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin.png" alt="" width="1331" height="615" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin.png 1331w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin-442x204.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin-768x355.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin-1024x473.png 1024w" sizes="auto, (max-width: 1331px) 100vw, 1331px" /></a></p>
<h5>Step 2: Configure Classic Editor Plugin</h5>
<p>Once you’ve installed and activated the Classic Editor plugin,  you need to configure whether to:</p>
<ul>
<li>Only use the Classic editor</li>
<li>Use both the Classic editor and the Block editor (Gutenberg editor)</li>
</ul>
<p>To do that, go to <strong>Settings → Writing </strong>in your WordPress dashboard. Then, look for the <strong>Classic editor settings</strong> options:</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/setting-classic-editor-plugin/" rel="attachment wp-att-3828"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3828" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin.png" alt="" width="1347" height="451" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin.png 1347w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin-442x148.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin-768x257.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin-1024x343.png 1024w" sizes="auto, (max-width: 1347px) 100vw, 1347px" /></a></p>
<p>If you chose &#8220;Classic Editor&#8221; with &#8220;No&#8221; checkbox option then 100% disable the Gutenberg editor, you’re done!</p>
<p>If you want to chose to switch between Gutenberg and the Classic editor on a post-by-post basis, then you need to choose &#8220;Classic Editor&#8221; with &#8220;Yes&#8221; checkbox option.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/classic-editor-plugin-option/" rel="attachment wp-att-3830"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3830" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option.png" alt="" width="1363" height="329" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option.png 1363w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option-442x107.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option-768x185.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option-1024x247.png 1024w" sizes="auto, (max-width: 1363px) 100vw, 1363px" /></a></p>
<h4 id="install-disable-gutenberg-plugin"><span style="color: #f53477;">Method 2 – Install the Disable Gutenberg WordPress Plugin</span></h4>
<p>If you want to disable Gutenberg for certain user roles and post types, then this method will help you do that.</p>
<h5>Step 1: Install And Activate The Plugin</h5>
<p>To get started, first you need to install the <a title="Disable Gutenberg" href="https://wordpress.org/plugins/disable-gutenberg/" target="_blank" rel="noopener nofollow">Disable Gutenberg</a> by going to <strong>Plugins → Add New </strong>and searching for it by name <strong>Disable Gutenberg</strong>, Then click on <strong>Install Now</strong> and activate the plugin.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/install-disable-gutenberg-plugin/" rel="attachment wp-att-3768"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3768" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin.png" alt="" width="1331" height="615" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin.png 1331w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin-442x204.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin-768x355.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin-1024x473.png 1024w" sizes="auto, (max-width: 1331px) 100vw, 1331px" /></a></p>
<h5>Step 2: Configure Where To Disable Gutenberg</h5>
<p>Once you’ve installed and activated the plugin, go to <strong>Settings → Disable Gutenberg</strong> to configure it. By default, it will disable Gutenberg everywhere.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/disable-gutenberg-plugin-setting/" rel="attachment wp-att-3770"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3770" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting.png" alt="" width="1353" height="625" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting.png 1353w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting-442x204.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting-768x355.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting-1024x473.png 1024w" sizes="auto, (max-width: 1353px) 100vw, 1353px" /></a></p>
<p>I hope this article helped you learn how to Disable Gutenberg and Keep the Classic Editor in WordPress.</p>
<p><strong><em>Please feel free to comment below, your suggestion and problems if you face – we are here to solve your problems.</em></strong></p>
<p>The post <a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/">How to Disable Gutenberg and Keep the Classic Editor in WordPress</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
