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

<channel>
	<title>laravel installer Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/laravel-installer/feed/" rel="self" type="application/rss+xml" />
	<link>https://168.138.42.164/tag/laravel-installer/amp/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 07 Nov 2015 16:41:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>laravel installer Archives - TECHNIG</title>
	<link>https://168.138.42.164/tag/laravel-installer/amp/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to install Laravel 5 using Laravel installer?</title>
		<link>https://www.technig.com/install-laravel-5-using-laravel-installer/</link>
					<comments>https://www.technig.com/install-laravel-5-using-laravel-installer/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Sat, 07 Nov 2015 16:41:40 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Laravel Framework]]></category>
		<category><![CDATA[laravel installer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP framework]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=4056</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="500" height="300" src="https://www.technig.com/wp-content/uploads/2015/11/Laravel-5.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Laravel 5 installation" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2015/11/Laravel-5.png 500w, https://www.technig.com/wp-content/uploads/2015/11/Laravel-5-300x180.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></div>
<p>Laravel 5 is one of the most popular PHP framework, meanwhile the documentation is not as clear as we should expect. When I was trying to follow the documentation guide for installing this framework on windows, I was getting some unexpected error. In previous article about &#8220;How to install laravel 5 on windows&#8220;, we have [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-laravel-5-using-laravel-installer/">How to install Laravel 5 using Laravel installer?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="500" height="300" src="https://www.technig.com/wp-content/uploads/2015/11/Laravel-5.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Laravel 5 installation" decoding="async" srcset="https://www.technig.com/wp-content/uploads/2015/11/Laravel-5.png 500w, https://www.technig.com/wp-content/uploads/2015/11/Laravel-5-300x180.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></div><p><a href="http://laravel.com/" target="_blank" rel="noopener noreferrer">Laravel</a> 5 is one of the most popular <a href="https://www.technig.com/tag/php/" target="_blank" rel="noopener noreferrer">PHP</a> framework, meanwhile the documentation is not as clear as we should expect. When I was trying to follow the documentation guide for installing this framework on windows, I was getting some unexpected error. In previous article about &#8220;<a href="https://www.technig.com/installing-laravel-5-on-windows/" target="_blank" rel="noopener noreferrer">How to install laravel 5 on windows</a>&#8220;, we have learned how to install laravel 5 using composer. So in this article we are going to learn, how to install laravel 5 using laravel installer.</p>
<h2>1. Installing composer.</h2>
<p>Laravel need <a href="http://getcomposer.org/" target="_blank" rel="noopener noreferrer">Composer </a>to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine. If you don&#8217;t know how to install composer, take a look at previous article <a href="https://www.technig.com/installing-laravel-5-on-windows/" target="_blank" rel="noopener noreferrer">install Laravel 5 on Windows</a>.</p>
<h2>2. Install laravel installer.</h2>
<p>Once you have installed composer, open command prompt by pressing shift and right clicking in directory you want to install laravel installer.</p>
<figure id="attachment_4058" aria-describedby="caption-attachment-4058" style="width: 287px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/shift-plus-write-click.png"><img decoding="async" class="wp-image-4058 size-full" src="http://3.90.216.52/wp-content/uploads/2015/11/shift-plus-write-click.png" alt="shift plus right click laravel installer" width="287" height="506" srcset="https://www.technig.com/wp-content/uploads/2015/11/shift-plus-write-click.png 287w, https://www.technig.com/wp-content/uploads/2015/11/shift-plus-write-click-170x300.png 170w" sizes="(max-width: 287px) 100vw, 287px" /></a><figcaption id="caption-attachment-4058" class="wp-caption-text">shift plus right click laravel installer</figcaption></figure>
<p>Now run the following command to install laravel installer.</p>
<pre class="lang:sh decode:true">composer global require "laravel/installer=~1.1"</pre>
<h2>3. Path environment variable.</h2>
<p>Here is the <strong>important</strong> part. The official documentation says :</p>
<pre class="lang:php decode:true">Make sure to place the ~/.composer/vendor/bin directory in your PATH so the laravel executable can be located by your system.</pre>
<p>Now, how to place the ~/.composer/vender/bin directory in your PATH ?</p>
<p>Here is the easiest way to do it. <strong>Update the PATH environment variable</strong> via e.g. command prompt with admin privileges:</p>
<pre class="lang:default decode:true">setx /M path "%path%;%appdata%\Composer\vendor\bin"</pre>
<blockquote><p><em>%appdata%</em> is added, so you don’t have to worry about adding your computer name. It will add dynamically.</p></blockquote>
<h2>4. Create a fresh Laravel Installation:</h2>
<p>Now you should be able to run laravel commands in the command prompt.</p>
<p>To create a fresh laravel installation using laravel installer, open a command prompt in the directory of choice and enter:</p>
<pre class="lang:default decode:true">laravel new project-name</pre>
<p>&nbsp;</p>
<p>If everything went right, you should see the following message:</p>
<pre class="theme:sublime-text lang:default decode:true ">Crafting application...
Application ready! Build something amazing.</pre>
<p>&nbsp;</p>
<p>I hope it has been informative for you and if you have any question feel free to ask bellow in comment. 🙂</p>
<p>The post <a href="https://www.technig.com/install-laravel-5-using-laravel-installer/">How to install Laravel 5 using Laravel installer?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-laravel-5-using-laravel-installer/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4056</post-id>	</item>
	</channel>
</rss>
