<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Laravel PHP Web Framework in CentOS	</title>
	<atom:link href="https://www.tecmint.com/install-laravel-in-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-laravel-in-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 23 Jun 2023 13:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Syed		</title>
		<link>https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-2028694</link>

		<dc:creator><![CDATA[Syed]]></dc:creator>
		<pubDate>Fri, 23 Jun 2023 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30145#comment-2028694</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1405799&quot;&gt;Dang Quang Hai&lt;/a&gt;.

&lt;strong&gt;chmod +x /usr/local/bin/compose&lt;/strong&gt;   =&#062; spelling mistake, it is &lt;strong&gt;composer&lt;/strong&gt; not &lt;strong&gt;compose&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1405799">Dang Quang Hai</a>.</p>
<p><strong>chmod +x /usr/local/bin/compose</strong>   =&gt; spelling mistake, it is <strong>composer</strong> not <strong>compose</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1418713</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 20 Jan 2021 05:23:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30145#comment-1418713</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1418685&quot;&gt;Dang Quang Hai&lt;/a&gt;.

@Dang,

Have you restarted the &lt;strong&gt;php-fpm&lt;/strong&gt; service after creating server block?
&lt;pre&gt;
# systemctl restart php-fpm
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1418685">Dang Quang Hai</a>.</p>
<p>@Dang,</p>
<p>Have you restarted the <strong>php-fpm</strong> service after creating server block?</p>
<pre>
# systemctl restart php-fpm
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dang Quang Hai		</title>
		<link>https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1418685</link>

		<dc:creator><![CDATA[Dang Quang Hai]]></dc:creator>
		<pubDate>Wed, 20 Jan 2021 03:39:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30145#comment-1418685</guid>

					<description><![CDATA[Dear Sir,

I flow the instruction step by step but when finish setup I access my IP. The error is  &quot;&lt;strong&gt;502 Bad Gateway nginx/1.16.1&lt;/strong&gt;&quot;. I open error file and see &quot;&lt;strong&gt;/var/run/php/php7.2-fpm.sock failed&lt;/strong&gt;&quot;.

I checked on my VPS but the folder &quot;&lt;strong&gt;php&lt;/strong&gt;&quot; in folder &quot;&lt;strong&gt;run&lt;/strong&gt;&quot; is not exist even I install PHP as the instruction below.
&lt;pre&gt;
# yum install yum-utils
# yum-config-manager --enable remi-php72
# yum install php php-fpm php-common php-xml php-mbstring php-json php-zip
&lt;/pre&gt;
Help me please...]]></description>
			<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>I flow the instruction step by step but when finish setup I access my IP. The error is  &#8220;<strong>502 Bad Gateway nginx/1.16.1</strong>&#8220;. I open error file and see &#8220;<strong>/var/run/php/php7.2-fpm.sock failed</strong>&#8220;.</p>
<p>I checked on my VPS but the folder &#8220;<strong>php</strong>&#8221; in folder &#8220;<strong>run</strong>&#8221; is not exist even I install PHP as the instruction below.</p>
<pre>
# yum install yum-utils
# yum-config-manager --enable remi-php72
# yum install php php-fpm php-common php-xml php-mbstring php-json php-zip
</pre>
<p>Help me please&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1405841</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 04:56:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30145#comment-1405841</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1405799&quot;&gt;Dang Quang Hai&lt;/a&gt;.

@Dang,

Use &#039;&lt;strong&gt;sudo&lt;/strong&gt;&#039; for all commands...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1405799">Dang Quang Hai</a>.</p>
<p>@Dang,</p>
<p>Use &#8216;<strong>sudo</strong>&#8216; for all commands&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dang Quang Hai		</title>
		<link>https://www.tecmint.com/install-laravel-in-centos/comment-page-1/#comment-1405799</link>

		<dc:creator><![CDATA[Dang Quang Hai]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 01:34:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30145#comment-1405799</guid>

					<description><![CDATA[Dear Sir/Madam,

On step 3:  Install Composer and Laravel PHP Framework
&lt;pre&gt;
# curl -sS https://getcomposer.org/installer &#124; php
$ sudo mv composer.phar /usr/local/bin/composer
# chmod +x /usr/local/bin/composer
&lt;/pre&gt;
I added &quot;sudo&quot; on the second command because my account is not admin.

Next I goto foler:
&lt;pre&gt;
cd  /var/www/html/
&lt;/pre&gt;
And try to create a laravel project
&lt;pre&gt;
$ sudo composer create-project --prefer-dist laravel/laravel testsite 
&lt;/pre&gt;
I received a message  &quot;&lt;strong&gt;sudo: composer: command not found&lt;/strong&gt;&quot;.

Please help me.
Thanks]]></description>
			<content:encoded><![CDATA[<p>Dear Sir/Madam,</p>
<p>On step 3:  Install Composer and Laravel PHP Framework</p>
<pre>
# curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer
# chmod +x /usr/local/bin/composer
</pre>
<p>I added &#8220;sudo&#8221; on the second command because my account is not admin.</p>
<p>Next I goto foler:</p>
<pre>
cd  /var/www/html/
</pre>
<p>And try to create a laravel project</p>
<pre>
$ sudo composer create-project --prefer-dist laravel/laravel testsite 
</pre>
<p>I received a message  &#8220;<strong>sudo: composer: command not found</strong>&#8220;.</p>
<p>Please help me.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
