<?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>Composer Archives - The Code Developer</title>
	<atom:link href="https://www.thecodedeveloper.com/category/composer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thecodedeveloper.com/category/composer/</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>Install CakePHP 3 using Composer</title>
		<link>https://www.thecodedeveloper.com/install-cakephp-3-using-composer/</link>
					<comments>https://www.thecodedeveloper.com/install-cakephp-3-using-composer/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 17:41:58 +0000</pubDate>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Composer]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.thecodedeveloper.com/?p=867</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install CakePHP 3 Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer.jpg 1920w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer-442x249.jpg 442w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer-768x432.jpg 768w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer-1024x576.jpg 1024w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></div>
<p>In this tutorial we will guide you how to Install CakePHP 3 Using Composer step by step. CakePHP uses Composer, a dependency management tool, as the officially supported method for installation. Through Composer it&#8217;s simple and easy to install CakePHP. Install CakePHP 3 Using Composer #1. Requirements Before Install CakePHP 3 make sure following requirements [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-cakephp-3-using-composer/">Install CakePHP 3 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="1920" height="1080" src="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install CakePHP 3 Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer.jpg 1920w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer-442x249.jpg 442w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer-768x432.jpg 768w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/Install-CakePHP-3-Using-Composer-1024x576.jpg 1024w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></div><p>In this tutorial we will guide you how to <strong>Install CakePHP 3 Using Composer</strong> step by step. CakePHP uses Composer, a dependency management tool, as the officially supported method for installation. Through Composer it&#8217;s simple and easy to <strong>install CakePHP</strong>.</p>
<h2>Install CakePHP 3 Using Composer</h2>
<h3>#1. Requirements</h3>
<p>Before Install CakePHP 3 make sure following requirements are enabled and installed on your machine:</p>
<p>1) You must have PHP 5.5.9 or greater.<br />
2) mbstring extension and intl extension must be enabled. Make sure these lines are enable by removing the <strong>semicolon (;)</strong> from the start in <strong>php.ini</strong> file.</p>
<div class="bs-shortcode-alert alert alert-danger">
<p><strong>Note:</strong> If you installed latest version of XAMPP (7.2.1 or more), then you need to remove comment only from the below line in php.ini file.</p>
<p>extension=intl</p>
</div>
<pre class="brush: php; title: ; notranslate">
extension=php_intl.dll
extension=php_mbstring.dll
</pre>
<h3>#2. Install Composer</h3>
<p>The next thing you need to do Install Composer On Windows With XAMPP. This process will take another 5-10 minutes. Below is the step by step tutorial:</p>
<p><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>Once you successfully installed the Composer, then type composer and press enter in the terminal you will get following response like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/composer-terminal/" rel="attachment wp-att-811"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-811" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-terminal.png" alt="composer-terminal" width="697" height="386" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-terminal.png 697w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-terminal-442x245.png 442w" sizes="auto, (max-width: 697px) 100vw, 697px" /></a></p>
<p>Go to htdocs directory on your XAMPP server to Install CakePHP 3</p>
<p><a href="https://www.thecodedeveloper.com/install-cakephp-3-using-composer/htdocs_directroy-2/" rel="attachment wp-att-908"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-908" src="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/htdocs_directroy-1.png" alt="htdocs directroy" width="689" height="118" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/htdocs_directroy-1.png 689w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/htdocs_directroy-1-442x76.png 442w" sizes="auto, (max-width: 689px) 100vw, 689px" /></a></p>
<p>Now Run the following command to install CakePhp 3 using Composer on your server in cakeapp folder in this C:\xampp\htdocs\cakeapp\ path.</p>
<pre class="brush: php; title: ; notranslate">composer create-project --prefer-dist cakephp/app cakeapp</pre>
<p><a href="https://www.thecodedeveloper.com/install-cakephp-3-using-composer/run-composer-command/" rel="attachment wp-att-3158"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3158" src="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/run-composer-command.png" alt="run composer command" width="692" height="478" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/run-composer-command.png 692w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/run-composer-command-442x305.png 442w" sizes="auto, (max-width: 692px) 100vw, 692px" /></a></p>
<p>Once CakePhp 3 installation start then you will get following response like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-cakephp-3-using-composer/composer-_command/" rel="attachment wp-att-911"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-911" src="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/composer-_command.png" alt="composer command" width="692" height="486" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/composer-_command.png 692w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/composer-_command-442x310.png 442w" sizes="auto, (max-width: 692px) 100vw, 692px" /></a></p>
<p>Once you successfully installed CakePhp 3 on your machine then you will get following response like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-cakephp-3-using-composer/cakephp_installed/" rel="attachment wp-att-912"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-912" src="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/cakephp_installed.png" alt="cakephp installed" width="698" height="486" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2017/01/cakephp_installed.png 698w, https://www.thecodedeveloper.com/wp-content/uploads/2017/01/cakephp_installed-442x308.png 442w" sizes="auto, (max-width: 698px) 100vw, 698px" /></a></p>
<p>Finally it will ask you to set Folder Permission, so press Y to continue.</p>
<h3>#3. Configuration Database</h3>
<p>Configuration database details in config/app.php file.</p>
<pre class="brush: php; title: ; notranslate">
'Datasources' =&gt; &#x5B;
        'default' =&gt; &#x5B;
            'className' =&gt; 'Cake\Database\Connection',
            'driver' =&gt; 'Cake\Database\Driver\Mysql',
            'persistent' =&gt; false,
            'host' =&gt; 'localhost',
            'username' =&gt; 'root',
            'password' =&gt; '',
            'database' =&gt; 'cakeapp',
            'encoding' =&gt; 'utf8',
            'timezone' =&gt; 'UTC',
            'flags' =&gt; &#x5B;],
            'cacheMetadata' =&gt; true,
            'log' =&gt; false,
            'quoteIdentifiers' =&gt; false,
            'url' =&gt; env('DATABASE_URL', null),
        ],
    ]
</pre>
<p>The post <a href="https://www.thecodedeveloper.com/install-cakephp-3-using-composer/">Install CakePHP 3 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-cakephp-3-using-composer/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Install Composer on Windows with XAMPP</title>
		<link>https://www.thecodedeveloper.com/install-composer-windows-xampp/</link>
					<comments>https://www.thecodedeveloper.com/install-composer-windows-xampp/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Sat, 31 Dec 2016 19:22:55 +0000</pubDate>
				<category><![CDATA[Composer]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">http://www.thecodedeveloper.com/?p=765</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="750" height="422" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/install-composer-on-windows-with-xampp-750x422.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/install-composer-on-windows-with-xampp-750x422.png 750w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/install-composer-on-windows-with-xampp-360x202.png 360w" sizes="auto, (max-width: 750px) 100vw, 750px" /></div>
<p>There are few easy step Install Composer on Windows with XAMPP. Install Xampp First of all, you need to download and Install XAMPP on Windows. For more details, see our step by step guide on How To Install XAMPP On Windows and then we need to install Composer. Composer Composer is a tool for dependency management in PHP. It [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/">Install Composer on Windows with XAMPP</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="750" height="422" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/install-composer-on-windows-with-xampp-750x422.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/install-composer-on-windows-with-xampp-750x422.png 750w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/install-composer-on-windows-with-xampp-360x202.png 360w" sizes="auto, (max-width: 750px) 100vw, 750px" /></div><p>There are few easy step <strong>Install Composer</strong> on Windows with XAMPP.</p>
<h2 id="install-xampp">Install Xampp</h2>
<p>First of all, you need to download and Install XAMPP 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 Install XAMPP On Windows</a> and then we need to <strong>install Composer</strong>.</p>
<h2><strong>Composer</strong></h2>
<p><a href="https://getcomposer.org/" target="_blank" rel="noopener">Composer</a> is a tool for dependency management in PHP. It allows you to declare the dependent libraries according your project requirement and it will manage (install/update) them in your project for you.</p>
<h2>Install Composer</h2>
<p>Before start installation, Open <strong>php.ini</strong> file, you can find this file in the <strong>C:\xampp\php</strong> path.</p>
<div class="bs-shortcode-alert alert alert-danger">
<p><strong>Note:</strong> If you installed latest version of XAMPP (7.2.1 or more) then you don&#8217;t need to update in php.ini file , skip this step and you can continue to step first &#8211; Download Composer.</p>
</div>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/php_ini/" rel="attachment wp-att-868"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-868" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/php_ini.png" alt="php ini" width="655" height="366" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/php_ini.png 655w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/php_ini-442x247.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/php_ini-360x202.png 360w" sizes="auto, (max-width: 655px) 100vw, 655px" /></a></p>
<p>Make sure these lines are enable by removing the semicolon (;) from the start.</p>
<pre class="brush: php; title: ; notranslate">
extension=php_openssl.dll
extension=php_curl.dll
</pre>
<p>Restart your xampp, extension should be enabled after that. Now we are ready to install Composer set up.</p>
<p>1) First go to <a href="https://getcomposer.org/download/" target="_blank" rel="noopener">Download Composer</a> page and click the <strong>Composer-Setup.exe</strong> link to download Composer for Windows Installer.</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/download-composer/" rel="attachment wp-att-4112"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4112" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/download-composer.png" alt="download composer" width="997" height="415" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/download-composer.png 997w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/download-composer-442x184.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/download-composer-768x320.png 768w" sizes="auto, (max-width: 997px) 100vw, 997px" /></a></p>
<p>2) After finished downloading, double-click the <strong>Composer-Setup.exe </strong>file &#8211; it will install the latest composer version whenever it is executed. Click the <strong>Next</strong> button.<a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/composer-first-step/" rel="attachment wp-att-785"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-785" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-first-step.png" alt="composer-first-step" width="500" height="387" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-first-step.png 500w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-first-step-442x342.png 442w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a></p>
<p>3) Select <strong>php.exe</strong> file, click the <strong>Next</strong> button.</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/composer-second-step/" rel="attachment wp-att-788"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-788" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-second-step.png" alt="composer-second-step" width="501" height="391" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-second-step.png 501w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-second-step-442x345.png 442w" sizes="auto, (max-width: 501px) 100vw, 501px" /></a></p>
<p>4) No need to add proxy URL, click the <strong>Next</strong> button to continue.</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/composer-third-step/" rel="attachment wp-att-792"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-792" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-third-step.png" alt="composer-third-step" width="502" height="391" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-third-step.png 502w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-third-step-442x344.png 442w" sizes="auto, (max-width: 502px) 100vw, 502px" /></a></p>
<p>5) Composer setup is ready to install and click the <strong>Install</strong> button to continue.</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/composer-fourth-step/" rel="attachment wp-att-795"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-795" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-fourth-step.png" alt="composer-fourth-step" width="500" height="391" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-fourth-step.png 500w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-fourth-step-442x346.png 442w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a></p>
<p>6) Once you successfully installed the Composer.</p>
<p>Open the command prompt. To open it, press &#8220;Win + R&#8221; keys <span class="-id-__lh--2rKGN">on</span> the <span class="-id-__lh--2rKGN">keyboard</span>, type in <span class="-id-__lh--2rKGN -id-__lhp--2mibf">&#8220;</span><span class="-id-__lh--2rKGN">cmd</span>&#8221; and press the <span class="-id-__lh--2rKGN -id-__lhp--2mibf">&#8220;</span><span class="-id-__lh--2rKGN">OK</span><span class="-id-__lh--2rKGN -id-__lhp--2mibf">&#8220;</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>&#8220;composer&#8221;</strong> and press enter in the terminal you will get following response like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/composer-terminal/" rel="attachment wp-att-811"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-811" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-terminal.png" alt="composer-terminal" width="697" height="386" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-terminal.png 697w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/composer-terminal-442x245.png 442w" sizes="auto, (max-width: 697px) 100vw, 697px" /></a></p>
<p>That’s it! I hope this article helped you learn to how to Install Composer On Windows With XAMPP.</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-composer-windows-xampp/">Install Composer on Windows with XAMPP</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/install-composer-windows-xampp/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
	</channel>
</rss>
